(client) feat:做了初始化加载动画。 fix:修复定义加载列表和加载枚举时的错误识别
This commit is contained in:
@ -8,11 +8,12 @@ namespace Data
|
||||
Hostile,
|
||||
Friendly,
|
||||
}
|
||||
|
||||
public class AffiliationDef : Define
|
||||
{
|
||||
public Relation defaultRelation = Relation.Neutral;
|
||||
public List<string> hostileFactions;
|
||||
public List<string> neutralFactions;
|
||||
public List<string> friendlyFactions;
|
||||
public List<string> hostileFactions = new();
|
||||
public List<string> neutralFactions = new();
|
||||
public List<string> friendlyFactions = new();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user