|
@@ -62,7 +62,16 @@ public class ActionMsg {
|
|
private String b;
|
|
private String b;
|
|
private String g;
|
|
private String g;
|
|
|
|
|
|
- private String fileNames;
|
|
|
|
|
|
+ private String fileNames;
|
|
|
|
+ private String animationType;
|
|
|
|
+
|
|
|
|
+ public String getAnimationType() {
|
|
|
|
+ return animationType;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setAnimationType(String animationType) {
|
|
|
|
+ this.animationType = animationType;
|
|
|
|
+ }
|
|
|
|
|
|
public String getFileNames() {
|
|
public String getFileNames() {
|
|
return fileNames;
|
|
return fileNames;
|