コード例 #1
0
 private static Texture2D GetTexture(string texture) => GraphicsHandler.GetGUI((KRPG2)ModLoader.GetMod("KRPG2"), "Inventory/" + texture);
コード例 #2
0
 private Texture2D GetTexture(string texture) => GraphicsHandler.GetGUI(krpg2, "Inventory/" + texture);
コード例 #3
0
 private Texture2D GetTexture(string texture) => GraphicsHandler.GetGUI(krpg2, "StatusBar/" + texture);
コード例 #4
0
 protected virtual Texture2D GetTexture(string texture) => GraphicsHandler.GetGUI(krpg2, "Buttons/" + texture);
コード例 #5
0
 private static Texture2D GetTexture(string texture) => GraphicsHandler.GetGUI(KRPG2.Instance, "StatusBar/" + texture);
コード例 #6
0
ファイル: StatAllocationGUI.cs プロジェクト: Kalciphoz/KRPG2
 private Texture2D GetTexture(string texture) => GraphicsHandler.GetGUI(krpg2, texture);