示例#1
0
        public void Destroy()
        {
            Destroyed = true;

            if (hazard != null)
            {
                hazard.Destroy();
            }
        }