Skip to content
miio edited this page Apr 14, 2012 · 1 revision

鯖蔵なので通信ルールは決めておきたい。

一例

{'get_dobon_user_id': {type: 'int'} }

{'dobon_user_ids': {type: 'array'} }

{'init': {type: 'init_structure'} }

{'init_structure': {type: 'structure', args: {id: 'integer',name: 'string',type: 'enum_action_type'}}

{'enum_action_type': {type: 'enum', args: ['move', 'attack', 'build']}

このようなコードで定義しておいて、各自それにあわせてパースしたりする感じ

Clone this wiki locally