コード例 #1
0
ファイル: RestCheerScale.cs プロジェクト: kouweizhong/NTwitch
 internal virtual void Update(Model model)
 {
     Animated = model.Animated;
     Static   = model.Static;
 }
コード例 #2
0
ファイル: RestCheerScale.cs プロジェクト: kouweizhong/NTwitch
 internal RestCheerScale(BaseTwitchClient client, Model model)
 {
     Client = client;
     Update(model);
 }