C# Class Economy.scripts.Messages.MessageConfig

Inheritance: MessageBase
Afficher le fichier Open project: jpcsupplies/Economy_mod

Méthodes publiques

Méthode Description
ProcessClient ( ) : void
ProcessServer ( ) : void
SendMessage ( string configName, string value ) : void

Private Methods

Méthode Description
GetBool ( string value ) : bool?

Method Details

ProcessClient() public méthode

public ProcessClient ( ) : void
Résultat void

ProcessServer() public méthode

public ProcessServer ( ) : void
Résultat void

SendMessage() public static méthode

public static SendMessage ( string configName, string value ) : void
configName string
value string
Résultat void