C# Class GameModeFortress.AreaConfig

显示文件 Open project: henon/manic_digger

Public Methods

Method Description
AreaConfig ( ) : System
CanUserBuild ( ManicDiggerServer client ) : bool
IsInCoords ( int x, int y ) : bool

Method Details

AreaConfig() public method

public AreaConfig ( ) : System
return System

CanUserBuild() public method

public CanUserBuild ( ManicDiggerServer client ) : bool
client ManicDiggerServer
return bool

IsInCoords() public method

public IsInCoords ( int x, int y ) : bool
x int
y int
return bool