C# Class SmartboyDevelopments.Haxxit.Network

Show file Open project: smartboyathome/Haxxit Class Usage Examples

Public Methods

Method Description
AddRootServer ( Server server ) : void
AddToParent ( Server parent, Server child ) : void
IsInNetwork ( System.Guid id ) : bool
IsInNetwork ( Server server ) : bool
Network ( ) : System
UpdateAllHackedServers ( ) : void
UpdateHackedServer ( Server server ) : void

Method Details

AddRootServer() public method

public AddRootServer ( Server server ) : void
server Server
return void

AddToParent() public method

public AddToParent ( Server parent, Server child ) : void
parent Server
child Server
return void

IsInNetwork() public method

public IsInNetwork ( System.Guid id ) : bool
id System.Guid
return bool

IsInNetwork() public method

public IsInNetwork ( Server server ) : bool
server Server
return bool

Network() public method

public Network ( ) : System
return System

UpdateAllHackedServers() public method

public UpdateAllHackedServers ( ) : void
return void

UpdateHackedServer() public method

public UpdateHackedServer ( Server server ) : void
server Server
return void