Esempio n. 1
0
 public NpcBehaviour SpChr(NpcBehaviour sprite, string animId)
 {
     sprite.ChangeSprite(animId);
     return(sprite);
 }