C# Class MPlayerAI, Madness

ファイルを表示 Open project: MattRix/Madness

Public Properties

Property Type Description
framesTillNextAction int
otherPlayers List
player MPlayer,

Public Methods

Method Description
MPlayerAI ( MPlayer, player, List players ) : System
Update ( ) : void

Method Details

MPlayerAI() public method

public MPlayerAI ( MPlayer, player, List players ) : System
player MPlayer,
players List
return System

Update() public method

public Update ( ) : void
return void

Property Details

framesTillNextAction public_oe property

public int framesTillNextAction
return int

otherPlayers public_oe property

public List otherPlayers
return List

player public_oe property

public MPlayer, player
return MPlayer,