BGJ-2022.1/Assets/Scripts/Entity/Player/PlayerController.cs

8 lines
120 B
C#
Raw Normal View History

2022-02-21 16:46:03 +01:00
using UnityEngine;
namespace Entity.Player
{
public class PlayerController : MonoBehaviour, IMovement
{
}
}