Exemple #1
0
            public override bool Decode(string tg, string data)
            {
                switch (tg)
                {
                case "b": data.Decode_Base(base.Decode, this); break;

                case "mp": referenceTexture.Decode(data); break;

                default: return(false);
                }

                return(true);
            }