| | |
| | | public static void Init() |
| | | { |
| | | // 登记相应的数据体及对应的数据转逻辑类 |
| | | // Register(typeof(HA328_tagMCHistoryReChargeAwardRecord), typeof(DTCA328_tagMCHistoryReChargeAwardRecord)); |
| | | |
| | | Register(typeof(H0102_tagCDBPlayer), typeof(DTC0102_tagCDBPlayer)); |
| | | Register(typeof(HA004_tagServerDateTime), typeof(DTCA004_tagServerDateTime));
|
| | | Register(typeof(HA005_tagOpenServerDay), typeof(DTCA005_tagOpenServerDay));
|
| | | Register(typeof(H0403_tagPlayerLoginLoadOK), typeof(DTC0403_tagPlayerLoginLoadOK));
|
| | | Register(typeof(H0101_tagServerPrepared), typeof(DTC0101_tagServerPrepared));
|
| | | Register(typeof(H0104_tagServerDisconnect), typeof(DTC0104_tagServerDisconnect));
|
| | |
|
| | |
|
| | | } |
| | | |
| | | |