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