C# Class SmartboyDevelopments.Haxxit.Maps.DataMap

Inheritance: Map
Mostra file Open project: smartboyathome/Haxxit

Public Methods

Method Description
CheckIfHackedListener ( SimplePubSub notifiable, string channel, object sender, EventArgs args ) : void
DataMap ( int x_size, int y_size, ushort initial_silicoins, ushort total_spawn_weights ) : System

Protected Methods

Method Description
CheckIfMapHacked ( DataNode sender ) : Player

Method Details

CheckIfHackedListener() public method

public CheckIfHackedListener ( SimplePubSub notifiable, string channel, object sender, EventArgs args ) : void
notifiable SimplePubSub
channel string
sender object
args System.EventArgs
return void

CheckIfMapHacked() protected method

protected CheckIfMapHacked ( DataNode sender ) : Player
sender DataNode
return Player

DataMap() public method

public DataMap ( int x_size, int y_size, ushort initial_silicoins, ushort total_spawn_weights ) : System
x_size int
y_size int
initial_silicoins ushort
total_spawn_weights ushort
return System