feat: added IGameInputs
This commit is contained in:
5
Shared/Behaviours/Abstract/IRotator.cs
Normal file
5
Shared/Behaviours/Abstract/IRotator.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
using Engine.Core;
|
||||
|
||||
namespace MyUniverse.Shared.Behaviours;
|
||||
|
||||
public interface IRotator : IBehaviour;
|
||||
Reference in New Issue
Block a user