client toto; request CreateStageReq { long StageID -> lword; const char* L -> CcuString; int T -> lword; int R -> lword; int B -> lword; CreateStageReq (StageID, L, T, R, B); getters (L, T); setters (L, T); };