1
This commit is contained in:
@@ -12,11 +12,15 @@ namespace Project.B.Map
|
||||
[SerializeField] private string author;
|
||||
[SerializeField] private string mapAddress;
|
||||
[SerializeField] private Texture overview;
|
||||
[SerializeField] private Vector2 offset;
|
||||
[SerializeField] private int size;
|
||||
public string MapName => mapName;
|
||||
public string Author => author;
|
||||
public string Description => description;
|
||||
public object Overview => overview;
|
||||
public string MapAddress => mapAddress;
|
||||
public Vector2 Offset => offset;
|
||||
public int Size => size;
|
||||
}
|
||||
}
|
||||
#endif
|
Reference in New Issue
Block a user