using System.Collections; using System.Collections.Generic; using UnityEngine; using XericLibrary.Runtime.Type; namespace XericLibrary.Runtime.Security { /// /// 使用委托名称契约进行调用的保全, /// 性能上应该比使用try catch更好。 /// public class ProgramFlowSecuttyContract : WeaklyObject { } }