Move App logic to other projects
This commit is contained in:
6
Zennysoft.Game.Abstractions/NPCs/ICanPatrol.cs
Normal file
6
Zennysoft.Game.Abstractions/NPCs/ICanPatrol.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Zennysoft.Game.Abstractions;
|
||||
|
||||
public interface ICanPatrol
|
||||
{
|
||||
public void Patrol();
|
||||
}
|
||||
Reference in New Issue
Block a user