using System; using Seadog007; Dictionary<Action, Response> dictSillyActions; ProgagateActions(dictSillyActions, Types.Silly); foreach (KeyValuePair<Action, Response> entry in dictSillyActions) { entry.execute(); }
if (seadog007.Wallet.empty()) { seadog007.Wallet = &(Licson.Wallet); }
if (seadog007.Wall.empty()) { seadog007.getMoneyFrom(&Licson.Wallet) }