Skip to content

Commit

Permalink
Update MapData.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zheneq committed Apr 22, 2024
1 parent b464466 commit c6163c1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Assembly-CSharp/MapData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,11 @@
public class MapData
{
public string Name;

public string DisplayName;

public string ResourceImageSpriteLocation;

public string MinimapImageLocation;

public float MinimapImageXScale = 1f;

public float MinimapImageYScale = 1f;

public bool IsValidForCustomGames;

public string GetDisplayName()
Expand Down

0 comments on commit c6163c1

Please sign in to comment.