C# Class MessageAM, tf_client

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

Public Methods

Method 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 method

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

MessageAM() public method

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