C# Class TwitchBotLib.Objects.LevelSubmission

Exibir arquivo Open project: dram55/MarioMakerTwitchBot Class Usage Examples

Public Methods

Method Description
LevelSubmission ( string levelID, IrcUser user, bool forceAdd ) : System

Private Methods

Method Description
FormatLevelCode ( string levelCode ) : string
IsValidLevelCode ( string levelCode ) : bool

Method Details

LevelSubmission() public method

public LevelSubmission ( string levelID, IrcUser user, bool forceAdd ) : System
levelID string
user IrcDotNet.IrcUser
forceAdd bool
return System