TakesInput.cs (185B)
1 using System.Collections; 2 using System.Collections.Generic; 3 using UnityEngine; 4 5 namespace Slimecing.InputSystem 6 { 7 public abstract class TakesInput : MonoBehaviour 8 { 9 10 } 11 }
slimecinga fighting game featuring slimes and swords | |
Log | Files | Refs | README |