Initial commit
This commit is contained in:
7
scripts/Enemy.cs
Normal file
7
scripts/Enemy.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using Godot;
|
||||
using System;
|
||||
|
||||
public class Enemy : Creature
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user