Move files and folders to new repo format to enable multi-project format
This commit is contained in:
8
Zennysoft.Game.Ma/src/enemy/IKnockbackable.cs
Normal file
8
Zennysoft.Game.Ma/src/enemy/IKnockbackable.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Godot;
|
||||
|
||||
namespace Zennysoft.Game.Ma;
|
||||
|
||||
public interface IKnockbackable
|
||||
{
|
||||
public void Knockback(float impulse, Vector3 direction);
|
||||
}
|
||||
Reference in New Issue
Block a user