7 lines
99 B
C#
7 lines
99 B
C#
namespace Zennysoft.Game.Abstractions;
|
|
|
|
public interface ICanPatrol
|
|
{
|
|
public void Patrol();
|
|
}
|