예제 #1
0
        public PermanentDjinn(DjinnStone djinnStone) : base(djinnStone)
        {
            this.Model = VisibleModel;
            this.AddToWorld();

            m_timer = new EmoteTimer(this);
            m_timer.Start(100);
        }
예제 #2
0
        public PermanentDjinn(DjinnStone djinnStone) : base(djinnStone)
        {
            Model = VisibleModel;
            AddToWorld();

            m_timer = new EmoteTimer(this);
            m_timer.Start(100);
        }