Class GameActionEventArgs
Provides information for events associated with a GameAction.
Inheritance
System.Object
GameActionEventArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: osrlib.Core
Assembly: osrlib.Core.dll
Syntax
public class GameActionEventArgs
Properties
| Improve this Doc View SourceAction
Gets or sets the GameAction associated with the event.
Declaration
public GameAction Action { get; set; }
Property Value
Type | Description |
---|---|
GameAction |