fix:1、同步部分arrow game的ui资源和代码
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System.Collections.Generic;
|
||||
using SGModule.ConfigLoader;
|
||||
namespace IgnoreOPS
|
||||
{
|
||||
|
||||
[ConfigKey("ExchangeDescriptors")]
|
||||
public class ExchangeDes
|
||||
{
|
||||
public string des_key;
|
||||
public string Mode_0;
|
||||
public string Mode_1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user