コード例 #1
0
    public void Init()
    {
        constructionSystem = new ConstructionSystem(this);

        countSystem = new CountSystem(this);

        motionSystem = new MotionSystem(this);

        timingststem = new TimingSystem(this);
    }
コード例 #2
0
 private void Awake()
 {
     countSystem = FindObjectOfType <CountSystem>();
 }