예제 #1
0
파일: Verb.cs 프로젝트: KraigXu/GameProject
        public virtual void OnGUI(LocalTargetInfo target)
        {
            Texture2D icon = (!target.IsValid) ? TexCommand.CannotShoot : ((!(UIIcon != BaseContent.BadTex)) ? TexCommand.Attack : UIIcon);

            GenUI.DrawMouseAttachment(icon);
        }