Exemplo n.º 1
0
 private static Texture2D GetTexture(string texture) => GraphicsHandler.GetGUI((KRPG2)ModLoader.GetMod("KRPG2"), "Inventory/" + texture);
Exemplo n.º 2
0
 private Texture2D GetTexture(string texture) => GraphicsHandler.GetGUI(krpg2, "Inventory/" + texture);
Exemplo n.º 3
0
 private Texture2D GetTexture(string texture) => GraphicsHandler.GetGUI(krpg2, "StatusBar/" + texture);
Exemplo n.º 4
0
 protected virtual Texture2D GetTexture(string texture) => GraphicsHandler.GetGUI(krpg2, "Buttons/" + texture);
Exemplo n.º 5
0
 private static Texture2D GetTexture(string texture) => GraphicsHandler.GetGUI(KRPG2.Instance, "StatusBar/" + texture);
Exemplo n.º 6
0
 private Texture2D GetTexture(string texture) => GraphicsHandler.GetGUI(krpg2, texture);