project update
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
using System.Diagnostics;
|
||||
using Nocturnis.Creatures;
|
||||
|
||||
namespace Nocturnis.Enigmos.Modules;
|
||||
|
||||
public interface IRootModule
|
||||
public interface IRootModule : IControllingModule
|
||||
{
|
||||
|
||||
Stopwatch? Timer { get; set; }
|
||||
bool ActionFinished { get; set; }
|
||||
IBaseCreature ManagedBy { get; set; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user