예제 #1
0
        public BlipSiren()
        {
            EntityDecoration.RegisterProperty(BLIPSIREN_PNAME, DecorationType.Bool);

            Tick += OnTick;
        }
예제 #2
0
        public SilentSirens()
        {
            EntityDecoration.RegisterProperty(SILENTSIREN_PNAME, DecorationType.Bool);

            Tick += OnTick;
        }
예제 #3
0
        public SirenSound()
        {
            EntityDecoration.RegisterProperty(SIRENSOUND_PNAME, DecorationType.Bool);

            Tick += OnTick;
        }