Ejemplo n.º 1
0
        public static JsonObject serialize(AlphaFromLifeFeature feature)
        {
            JsonObject obj = new JsonObject(JsonObject.JsonType.OBJECT);

            return(obj);
        }
Ejemplo n.º 2
0
        public override ParticleFeature create(JsonObject initData)
        {
            AlphaFromLifeFeature lf = new AlphaFromLifeFeature();

            return(lf);
        }