Exemple #1
0
        public static UnityEngine.Object GetMainPlayer()
        {
            string str = "Ethan";

            return(ObjectUtility.GetFellow(str));
        }
Exemple #2
0
        public static UnityEngine.Object GetTargetAgent()
        {
            string str = "TargetAgent";

            return(ObjectUtility.GetFellow(str));
        }
Exemple #3
0
        public static UnityEngine.Object GetAssistObject()
        {
            string str = "EthanAgent";

            return(ObjectUtility.GetFellow(str));
        }