コード例 #1
0
ファイル: AbillityDb.cs プロジェクト: Pierre-Rieger/Snippet
 private void Awake()
 {
     Instance = Instance == null ? this : Instance;
 }
コード例 #2
0
ファイル: AbillityDb.cs プロジェクト: Cetzcher/Snippet
 private void Awake()
 {
     Instance = Instance == null ? this : Instance;
 }