Ejemplo n.º 1
0
 /// <summary>
 /// Constructor.
 /// </summary>
 /// <param name="state">The new <see cref="StateComponent.PlayerState"/>.</param>
 public OnStateChangedEventArgs( StateComponent.PlayerState state )
 {
     State = state;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Constructor.
 /// </summary>
 /// <param name="state">The new <see cref="StateComponent.PlayerState"/>.</param>
 public OnStateChangedEventArgs(StateComponent.PlayerState state)
 {
     State = state;
 }