Пример #1
0
 public void SetSpriteFor(GameObject go, string source)
 {
     if (go.name == source)
     {
         return;
     }
     creator.SetSprite(go, source);
     go.name = source;
 }