fCraft.ZoneCommands.ZoneTestHandler C# (CSharp) Method

ZoneTestHandler() private static method

private static ZoneTestHandler ( Player player, Command cmd ) : void
player Player
cmd Command
return void
        private static void ZoneTestHandler( Player player, Command cmd )
        {
            player.SelectionStart( 1, ZoneTestCallback, null );
            player.Message( "Click the block that you would like to test." );
        }