Beispiel #1
0
 public void AddTexture(string name, Texture2D texture)
 {
     ModLoader.AddTexture(FileName(name), texture);
 }