C# Class Awabot.Core.Helpers.ErrorDisplayer

Datei anzeigen Open project: greyb1t/FlyFF-AwakeBot

Public Methods

Method Description
Error ( string message ) : void
Info ( string message ) : void

Method Details

Error() public static method

public static Error ( string message ) : void
message string
return void

Info() public static method

public static Info ( string message ) : void
message string
return void