initialize repo
This commit is contained in:
7
Lib/Civilization.Core/Interfaces/IEntity.cs
Normal file
7
Lib/Civilization.Core/Interfaces/IEntity.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Civilization.Core.Interfaces;
|
||||
|
||||
public interface IEntity
|
||||
{
|
||||
Guid Id { get; }
|
||||
int OwnerId { get; }
|
||||
}
|
Reference in New Issue
Block a user