BGJ-2022.1/Assets/Scripts/Entity/Player/PlayerController.cs
2022-02-21 16:46:03 +01:00

8 lines
120 B
C#

using UnityEngine;
namespace Entity.Player
{
public class PlayerController : MonoBehaviour, IMovement
{
}
}