Example #1
0
 void LoadEffectBackground(string commandObject)
 {
     Effect = () => {
         dd.PutBackgroundSprite(commandObject);
     };
 }