C# 클래스 SmartboyDevelopments.Haxxit.Maps.DataMap

상속: Map
파일 보기 프로젝트 열기: smartboyathome/Haxxit

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
CheckIfMapHacked ( DataNode sender ) : Player

메소드 상세

CheckIfHackedListener() 공개 메소드

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

CheckIfMapHacked() 보호된 메소드

protected CheckIfMapHacked ( DataNode sender ) : Player
sender DataNode
리턴 Player

DataMap() 공개 메소드

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
리턴 System