Example #1
0
 // Use this for initialization
 void Start()
 {
     ScheduleLocator.Provide(new NullService());
 }
Example #2
0
 // Update is called once per frame
 void Update()
 {
     ScheduleLocator.GetSchedule().TickSchedule();
 }