示例#1
0
 public static void SetAnimation(DefAnimation anim, string key)
 {
     if (!initCache)
     {
         InitDataDefinitions();
     }
     CollectionUtils.Put(animationDictionary, key, anim);
 }
示例#2
0
 public static void SetAnimation(DefAnimation anim, string key)
 {
     if (!initCache)
     {
         InitDataDefinitions();
     }
     CollectionUtils.Put(animationDictionary, key, anim);
 }