Esempio n. 1
0
 // Use this for initialization
 void Awake()
 {
     InputBuffer     = new InputBuffer();
     ContiguousInput = new ContiguousInput(this.GetComponent <PlayerInput>());
 }