コード例 #1
0
ファイル: Inputhandler.cs プロジェクト: anazi6j/Kaijukiller
        void Start()
        {
            state = GetComponent <StateManager>();

            state.Init();
            WeaPonManager  = GetComponent <WeaPonManager>();
            cameracontroll = New_CameraControll.singleton;
            cameracontroll.Init(this.transform);
        }
コード例 #2
0
 void Awake()
 {
     singleton = this;
 }