1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
using System; using XUtliPoolLib; using UnityEngine; namespace XMainClient { internal partial class %(class_name)s { public static bool %(method_name)s(XSkill skill) { //To do... add script here return true; } } }