remove unused using

This commit is contained in:
Chris Cromer 2022-11-10 00:06:08 -03:00
parent d0c685a2b2
commit b63cd81c2f
Signed by: cromer
GPG Key ID: FA91071797BEEEC2
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
using Godot;
using System;
public class Gear : Area2D
{