@its-not-rocket-science/ananke
Try it (CodeSandbox)
Preparing search index...
AnankeScenarioEntity
Interface AnankeScenarioEntity
interface
AnankeScenarioEntity
{
archetype
:
string
;
armour
?:
string
;
id
:
number
;
teamId
:
number
;
weapon
:
string
;
x_m
?:
number
;
y_m
?:
number
;
}
Index
Properties
archetype
armour?
id
team
Id
weapon
x_
m?
y_
m?
Properties
archetype
archetype
:
string
Optional
armour
armour
?:
string
id
id
:
number
team
Id
teamId
:
number
weapon
weapon
:
string
Optional
x_
m
x_m
?:
number
Optional
y_
m
y_m
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
archetype
armour
id
team
Id
weapon
x_
m
y_
m
Try it (CodeSandbox)
@its-not-rocket-science/ananke
Loading...