Initial commit
This commit is contained in:
13
Assets/Darkmatter/Code/Core/Contracts/States/IState.cs
Normal file
13
Assets/Darkmatter/Code/Core/Contracts/States/IState.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Darkmatter.Core
|
||||
{
|
||||
public interface IState
|
||||
{
|
||||
void Enter();
|
||||
void Update();
|
||||
|
||||
void LateUpdate();
|
||||
void Exit();
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3508c66c9649d76439537bb7e9532896
|
||||
Reference in New Issue
Block a user