1
This commit is contained in:
14
Src/GameService/IGameMapData.cs
Normal file
14
Src/GameService/IGameMapData.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Project.B.Map
|
||||
{
|
||||
public interface IGameMapData
|
||||
{
|
||||
public string MapName { get; }
|
||||
public string Author { get; }
|
||||
public string Description { get; }
|
||||
public object Overview { get; }
|
||||
public string MapAddress { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user