fCraft.Bot.Start C# (CSharp) Method

Start() public method

public Start ( ) : void
return void
        public void Start()
        {
            if ( Spawn != null ) {
                Spawn( this );
            }
        }