예제 #1
0
 public InputControlSystem() : base(new Type[] { typeof(InputControlComponent), typeof(MovingComponent) })
 {
     Instance = this;
 }
예제 #2
0
 private void Awake()
 {
     inputsystem = this;
 }