예제 #1
0
        public void AttachGun(Gun gun)
        {
            if (gunGroupElement.GameNode.NumChildren() != 0)
            {
                GameNode.RemoveAllChildren();
            }

            gunGroupElement.GameNode.AddChild(gun.GameNode);
        }