Exemplo n.º 1
0
 public InputControlSystem() : base(new Type[] { typeof(InputControlComponent), typeof(MovingComponent) })
 {
     Instance = this;
 }
Exemplo n.º 2
0
 private void Awake()
 {
     inputsystem = this;
 }