mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-24 12:12:36 -06:00
DANIEL: uint8
This commit is contained in:
parent
dd3867b46c
commit
65808d27a9
1 changed files with 1 additions and 1 deletions
2
dependencies/astron/dclass/stride.dc
vendored
2
dependencies/astron/dclass/stride.dc
vendored
|
@ -3348,7 +3348,7 @@ dclass ClientServicesManager : DistributedObjectGlobal {
|
||||||
|
|
||||||
dclass TTCodeRedemptionMgr : DistributedObject {
|
dclass TTCodeRedemptionMgr : DistributedObject {
|
||||||
redeemCode(char [0-50]) airecv clsend;
|
redeemCode(char [0-50]) airecv clsend;
|
||||||
redeemCodeResult(uint32);
|
redeemCodeResult(uint8);
|
||||||
};
|
};
|
||||||
|
|
||||||
struct Friend
|
struct Friend
|
||||||
|
|
Loading…
Reference in a new issue