BBGamelib.CCSpeed.isDone C# (CSharp) Method

isDone() public method

public isDone ( ) : bool
return bool
		public override bool isDone ()
		{
			return _innerAction.isDone ();
		}