コード例 #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
 }