Exemple #1
0
 void LoadEffectIllust(string commandObject)
 {
     Effect = () => {
         dd.PutIllustSprite(commandObject);
     };
 }