C# Class MessageAM, tf_client

Base class for messages sent through the messenger
Inheritance: System.Object
Afficher le fichier Open project: wids-eria/tf_client Class Usage Examples

Méthodes publiques

Méthode Description
MessageAM ( string type ) : UnityEngine

Initializes a new instance of the Message class.

MessageAM ( string type, string methodName ) : UnityEngine

Inits a message of type with a specified method name

Method Details

MessageAM() public méthode

Initializes a new instance of the Message class.
public MessageAM ( string type ) : UnityEngine
type string /// Type. ///
Résultat UnityEngine

MessageAM() public méthode

Inits a message of type with a specified method name
public MessageAM ( string type, string methodName ) : UnityEngine
type string /// Type. ///
methodName string /// Method name. ///
Résultat UnityEngine