예제 #1
0
파일: Player.cs 프로젝트: t61789/Thunder
        private void OnDestroy()
        {
            Dropper.Destroy();
            WeaponBelt.Destroy();

            PublicEvents.DropItem.RemoveListener(Drop);
        }