C# Class SmartboyDevelopments.Haxxit.Maps.NoWinMap

Inheritance: Map
Mostra file Open project: smartboyathome/Haxxit

Public Methods

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

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

NoWinMap() public method

public NoWinMap ( 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