Example #1
0
 public static void SetSpiceMedallionLevel(TAZPlayer player, int level)
 {
     if (level > player.spiceMedallion)
     {
         player.spiceMedallion = level;
     }
 }
Example #2
0
        private void SetEmberGladesPoint()
        {
            Vector2 world = TAZPlayer.GetEmberGladesTeleportPosition();

            if (world != Vector2.Zero)
            {
                Point point = world.ToTileCoordinates();
            }
        }