Method | Description | |
---|---|---|
AskAddMoney ( System.UInt64 pid, |
||
AskChangeName ( System.UInt64 pid, String newName ) : InvokeOperation |
||
AskLearnSkill ( System.UInt64 pid, |
||
Cli2LogicServiceDelegate ( IDataSender dataSender ) : System | ||
RequestPlayerInfo ( System.UInt64 pid ) : InvokeOperation |
||
TestArray ( System.UInt64 pids, TowerState state ) : InvokeOperation |
||
TestDict ( PlayerInfo>.Dictionary |
||
TestEnum ( System.UInt64 pid, TowerState state ) : InvokeOperation |
||
TestHierarch2y ( TestBaseClass b, TestDerived1Class d1, TestDerived11Class d11 ) : InvokeOperation |
||
TestHierarchy ( TestBaseClass b, TestDerived1Class d1, TestDerived11Class d11 ) : InvokeOperation |
||
TestList ( List
|
public AskAddMoney ( System.UInt64 pid, |
||
pid | System.UInt64 | |
money | ||
return | InvokeOperation |
public AskChangeName ( System.UInt64 pid, String newName ) : InvokeOperation |
||
pid | System.UInt64 | |
newName | String | |
return | InvokeOperation |
public AskLearnSkill ( System.UInt64 pid, |
||
pid | System.UInt64 | |
skillId | ||
return | InvokeOperation |
public Cli2LogicServiceDelegate ( IDataSender dataSender ) : System | ||
dataSender | IDataSender | |
return | System |
public RequestPlayerInfo ( System.UInt64 pid ) : InvokeOperation |
||
pid | System.UInt64 | |
return | InvokeOperation |
public TestArray ( System.UInt64 pids, TowerState state ) : InvokeOperation |
||
pids | System.UInt64 | |
state | TowerState | |
return | InvokeOperation |
public TestDict ( PlayerInfo>.Dictionary |
||
pids | PlayerInfo>.Dictionary | |
state | TowerState | |
return | Byte[]>>.InvokeOperation |
public TestEnum ( System.UInt64 pid, TowerState state ) : InvokeOperation |
||
pid | System.UInt64 | |
state | TowerState | |
return | InvokeOperation |
public TestHierarch2y ( TestBaseClass b, TestDerived1Class d1, TestDerived11Class d11 ) : InvokeOperation |
||
b | TestBaseClass | |
d1 | TestDerived1Class | |
d11 | TestDerived11Class | |
return | InvokeOperation |
public TestHierarchy ( TestBaseClass b, TestDerived1Class d1, TestDerived11Class d11 ) : InvokeOperation |
||
b | TestBaseClass | |
d1 | TestDerived1Class | |
d11 | TestDerived11Class | |
return | InvokeOperation |
public TestList ( List
|
||
pids | List |
|
state | TowerState | |
return | InvokeOperation
|