forked from Shardstone/trail-into-darkness
First commit on my server, yey!
This commit is contained in:
7
Assets/Code/Input/IInput.cs
Normal file
7
Assets/Code/Input/IInput.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Nox.Input {
|
||||
public interface IInput {
|
||||
void Initialize();
|
||||
void Tick();
|
||||
void Dispose();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user