Esempio n. 1
0
    public void Init()
    {
        constructionSystem = new ConstructionSystem(this);

        countSystem = new CountSystem(this);

        motionSystem = new MotionSystem(this);

        timingststem = new TimingSystem(this);
    }
Esempio n. 2
0
 private void Awake()
 {
     countSystem = FindObjectOfType <CountSystem>();
 }