C# Class MonsterDef, nightmare_cooperative

Mostrar archivo Open project: jonbro/nightmare_cooperative Class Usage Examples

Public Properties

Property Type Description
characterDefs MonsterDef[],
color Color
description string
directions int[]
hasTurnCount bool
isDistance bool
isPassable bool
isTile bool
monsterDefs MonsterDef[],
moveType RLCharacter.RLTypes
name string
pickupDefs MonsterDef[],
sx int
sy int
tile RL.TileType

Property Details

characterDefs public_oe static_oe property

public static MonsterDef[], characterDefs
return MonsterDef[],

color public_oe property

public Color color
return Color

description public_oe property

public string description
return string

directions public_oe property

public int[] directions
return int[]

hasTurnCount public_oe property

public bool hasTurnCount
return bool

isDistance public_oe property

public bool isDistance
return bool

isPassable public_oe property

public bool isPassable
return bool

isTile public_oe property

public bool isTile
return bool

monsterDefs public_oe static_oe property

public static MonsterDef[], monsterDefs
return MonsterDef[],

moveType public_oe property

public RLCharacter.RLTypes moveType
return RLCharacter.RLTypes

name public_oe property

public string name
return string

pickupDefs public_oe static_oe property

public static MonsterDef[], pickupDefs
return MonsterDef[],

sx public_oe property

public int sx
return int

sy public_oe property

public int sy
return int

tile public_oe property

public RL.TileType tile
return RL.TileType