mirror of
http://47.107.252.169:3000/Roguelite-Game-Developing-Team/Gen_Hack-and-Slash-Roguelite.git
synced 2025-11-19 23:17:13 +08:00
(client) feat:添加测试用定义
This commit is contained in:
committed by
TheRedApricot
parent
3df2a3ee2c
commit
21c49ac96b
@@ -11,15 +11,15 @@ namespace Data
|
||||
{
|
||||
public class PackAbout
|
||||
{
|
||||
public string[] after;
|
||||
public string author;
|
||||
public string[] before;
|
||||
public string description;
|
||||
public string name;
|
||||
public string description;
|
||||
public string author;
|
||||
public string version;
|
||||
public string packID;
|
||||
|
||||
public string[] necessary;
|
||||
public string packID;
|
||||
public string version;
|
||||
public string[] after;
|
||||
public string[] before;
|
||||
|
||||
/// <summary>
|
||||
/// 使用静态方法从 XML 文档创建 PackAbout 实例。
|
||||
|
||||
Reference in New Issue
Block a user