コード例 #1
0
ファイル: Registry.cs プロジェクト: AntonC9018/hopper.cs
 static Registry()
 {
     Global = new Registry();
     Global.BeforeModsInitialize();
 }
コード例 #2
0
ファイル: Registry.cs プロジェクト: AntonC9018/hopper.cs
 public T Get(Registry registry) => (T)registry._extensions[modId];