public static JsonObject serialize(AlphaFromLifeFeature feature) { JsonObject obj = new JsonObject(JsonObject.JsonType.OBJECT); return(obj); }
public override ParticleFeature create(JsonObject initData) { AlphaFromLifeFeature lf = new AlphaFromLifeFeature(); return(lf); }