Files
GameJamDungeon/Zennysoft.Game.Abstractions/Entity/IBehavior.cs

6 lines
81 B
C#

namespace Zennysoft.Game.Abstractions.Entity;
public interface IBehavior
{
}