Name | Type | Description | Notes |
---|---|---|---|
revealed | Boolean | ||
held | Boolean | ||
x | Integer | ||
y | Integer |
require 'GameClient'
instance = GameClient::Flag.new(revealed: null,
held: null,
x: null,
y: null)