コード例 #1
0
ファイル: State.cs プロジェクト: pasha-kuznetsov/dressing-up
 private bool CanLeave()
 {
     return(Policy?.CanLeave(this) ?? true);
 }