Пример #1
0
 public ExitEntity()
 {
     Exit
     .Create(this)
     .SetTargetEntrance("STACK.Test.PassagesTest+EntranceEntity");
 }