Esempio n. 1
0
 void Awake()
 {
     //Store the input created from the json file.
     input          = InputData.CreateFromJSON();
     sharedInstance = this;
 }