表格相关逻辑修改和组件定义
This commit is contained in:
19
Assets/Scripts/Configs/Mem/LeadersConfig.cs
Normal file
19
Assets/Scripts/Configs/Mem/LeadersConfig.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using UnityEngine;
|
||||
|
||||
namespace NBF
|
||||
{
|
||||
[TableName("gameLeaders")]
|
||||
public partial class LeadersConfig : ConfigGearBase
|
||||
{
|
||||
public enum Type
|
||||
{
|
||||
Mono = 0,
|
||||
Wire = 1,
|
||||
Steel = 2,
|
||||
Titanium = 3
|
||||
}
|
||||
|
||||
public Type type;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user