コード例 #1
0
ファイル: Riven_Tree.cs プロジェクト: Tyfyter/Origins
 internal static void Unload()
 {
     Instance = null;
 }
コード例 #2
0
ファイル: Riven_Tree.cs プロジェクト: Tyfyter/Origins
 internal static void Load()
 {
     Instance = new Riven_Tree();
 }