@@ -11,7 +11,7 @@ using NBC.Serialize;
|
||||
namespace NBF
|
||||
{
|
||||
[ProtoContract]
|
||||
public sealed partial class (ConfigName) : ASerialize, IConfigTable
|
||||
public sealed partial class (ConfigName) : ASerialize, IProto, IConfigTable
|
||||
{
|
||||
(Fields)
|
||||
[ProtoIgnore]
|
||||
|
||||
@@ -11,7 +11,7 @@ using Fantasy.ConfigTable;
|
||||
namespace NBF
|
||||
{
|
||||
[ProtoContract]
|
||||
public sealed partial class (ConfigName) : ASerialize, IConfigTable
|
||||
public sealed partial class (ConfigName) : ASerialize, IProto, IConfigTable
|
||||
{
|
||||
(Fields)
|
||||
[ProtoIgnore]
|
||||
|
||||
10
Tools/NBConfigBuilder/config - 副本.json
Normal file
10
Tools/NBConfigBuilder/config - 副本.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"ExcelPath": "D:\\work\\Fishing2\\Config",
|
||||
"ClientPath": "D:\\work\\Fishing2\\Assets\\Scripts\\Generate\\Config",
|
||||
"ClientJsonPath": "D:\\work\\Fishing2\\Assets\\Resources\\config",
|
||||
"ServerPath": "D:\\work\\Fishing2Server\\Entity\\Generate\\ConfigTable\\Entity",
|
||||
"ServerJsonPath": "D:\\work\\Fishing2Server\\Config\\Json",
|
||||
"GenClient": true,
|
||||
"GenServer": true,
|
||||
"ExcelVersionPath": "D:\\work\\Fishing2\\Config\\Version.txt"
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"ExcelPath": "D:\\work\\Fishing2\\Config",
|
||||
"ClientPath": "D:\\work\\Fishing2\\Assets\\Scripts\\Generate\\Config",
|
||||
"ClientJsonPath": "D:\\work\\Fishing2\\Assets\\Resources\\config",
|
||||
"ServerPath": "D:\\work\\Fishing2Server\\Entity\\Generate\\ConfigTable\\Entity",
|
||||
"ServerJsonPath": "D:\\work\\Fishing2Server\\Config\\Json",
|
||||
"ExcelPath": "D:\\myself\\Games\\Fishing2\\Config",
|
||||
"ClientPath": "D:\\myself\\Games\\Fishing2\\Assets\\Scripts\\Generate\\Config",
|
||||
"ClientJsonPath": "D:\\myself\\Games\\Fishing2\\Assets\\Resources\\config",
|
||||
"ServerPath": "D:\\myself\\Games\\Fishing2Server\\Entity\\Generate\\ConfigTable\\Entity",
|
||||
"ServerJsonPath": "D:\\myself\\Games\\Fishing2Server\\Config\\Json",
|
||||
"GenClient": true,
|
||||
"GenServer": true,
|
||||
"ExcelVersionPath": "D:\\work\\Fishing2\\Config\\Version.txt"
|
||||
"ExcelVersionPath": "D:\\myself\\Games\\Fishing2\\Config\\Version.txt"
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"ExcelPath": "D:\\myself\\Games\\Fishing2\\Config",
|
||||
"ClientPath": "D:\\myself\\Games\\Fishing2\\Assets\\Scripts\\Generate\\Config",
|
||||
"ClientJsonPath": "D:\\myself\\Games\\Fishing2\\Assets\\Resources\\config",
|
||||
"ServerPath": "D:\\myself\\Games\\Fishing2Server\\Entity\\Generate\\ConfigTable\\Entity",
|
||||
"ServerJsonPath": "D:\\myself\\Games\\Fishing2Server\\Config\\Json",
|
||||
"GenClient": true,
|
||||
"GenServer": true,
|
||||
"ExcelVersionPath": "D:\\myself\\Games\\Fishing2\\Config\\Version.txt"
|
||||
}
|
||||
Reference in New Issue
Block a user