Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 474 Bytes

Flag.md

File metadata and controls

23 lines (16 loc) · 474 Bytes

GameClient::Flag

Properties

Name Type Description Notes
revealed Boolean
held Boolean
x Integer
y Integer

Code Sample

require 'GameClient'

instance = GameClient::Flag.new(revealed: null,
                                 held: null,
                                 x: null,
                                 y: null)