Ejemplo n.º 1
0
        public void Say(string message, byte type = 0x00)
        {
            var response = new ServerFormat0D
            {
                Serial = Aisling.Serial,
                Type   = type,
                Text   = message
            };

            Aisling.Show(Scope.NearbyAislings, response);
        }
 public virtual void Format0DHandler(ServerFormat0D format)
 {
 }