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