예제 #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
 private Texture2D GetTexture(string texture) => GraphicsHandler.GetGUI(krpg2, texture);