Characters
This commit is contained in:
10
Game/Scripts/Networking/ICharacterInputSource.cs
Normal file
10
Game/Scripts/Networking/ICharacterInputSource.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace MegaKoop.Game.Networking
|
||||
{
|
||||
public interface ICharacterInputSource
|
||||
{
|
||||
Vector2 MoveInput { get; }
|
||||
bool JumpPressed { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user