예제 #1
0
파일: Hooks.cs 프로젝트: EmpioDavion/Lizard
 public static void OnLoadSprites(Dictionary <string, Sprite> givenDict, string resourcePath)
 {
     if (resourcePath.EndsWith("ItemIcons.png"))
     {
         ModManager.AddItemImages(givenDict);
     }
     else if (resourcePath.EndsWith("Skills.png"))
     {
         ModManager.AddSkillImages(givenDict);
     }
 }