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

8 lines
120 B
C#
Raw Normal View History

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