two enemy types, ready to refactor
This commit is contained in:
7
interfaces/ISpawnable.cs
Normal file
7
interfaces/ISpawnable.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using Godot;
|
||||
|
||||
|
||||
interface ISpawnable
|
||||
{
|
||||
void TestMethod();
|
||||
}
|
||||
Reference in New Issue
Block a user