Esempio n. 1
0
 internal virtual void Update(Model model)
 {
     Animated = model.Animated;
     Static   = model.Static;
 }
Esempio n. 2
0
 internal RestCheerScale(BaseTwitchClient client, Model model)
 {
     Client = client;
     Update(model);
 }