public class DoNothingAction : GameAction
DoNothingAction | Initializes a new instance of the DoNothingAction class |
Accept |
Accepts the specified visitor by calling the appropriate method.
(Inherited from GameAction) |
AcceptAsync |
Asynchronously accepts the specified visitor by calling the appropriate method.
(Inherited from GameAction) |
ToString | Converts to string. States that this is a DoNothingAction. (Overrides ObjectToString) |