示例#1
0
文件: TestSystem.cs 项目: dun3/dun3
 public bool IsHappy(Transient transient)
 {
     return true;
 }
示例#2
0
文件: TestSystem.cs 项目: dun3/dun3
 public void DoSomethingBefore(Transient transient)
 {
     // nothing
 }
示例#3
0
文件: TestSystem.cs 项目: dun3/dun3
 public void DoSomethingMiddle(Transient transient)
 {
     // nothing
 }
示例#4
0
文件: TestSystem.cs 项目: dun3/dun3
 public void DoSomethingAfter(Transient transient)
 {
     // nothing
 }