using System.Collections; using System.Collections.Generic; using UnityEngine; using Snxxz.UI; public class SelectRoleProcessor { public void Show( ) { new SelectRoleBehaviour().Show(); } }