コード例 #1
0
 private void Start()
 {
     ghost = GhostWorld.CreateRewindGhost(this);
     ghost.gameObject.Initialize(true);
 }
コード例 #2
0
ファイル: HauntedStatic.cs プロジェクト: ajinkya2020/FPS-GAME
 private void Start()
 {
     ghost = GhostWorld.CreateRewindGhost(this);
     ghost.gameObject.SetActive(true);
 }