Example #1
0
 private void ResetBannerEntity(MovingEntity entity,int entityinfo)
 {
     entity.ForcedLocation = entityInfo[entityinfo].SpawnLocation;
     entity.ResetAll();
 }