riversong code showcase
This commit is contained in:
9
Source/Riversong/Game/World/Agents/IAgentSourceEntity.cs
Normal file
9
Source/Riversong/Game/World/Agents/IAgentSourceEntity.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
public interface IAgentSourceEntity : IEntity
|
||||
{
|
||||
float SpawnCooldown { get; }
|
||||
|
||||
ref AgentSourceState GetAgentSourceStateRW();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user