vassago/TwitchInterface/TwitchConfig.cs

7 lines
180 B
C#
Raw Normal View History

public class TwitchConfig
{
public string username {get; set;}
public string clientId {get; set;}
public string secret {get; set;}
public string oauth {get; set;}
}