Пример #1
0
 public WaterTransitionRenderer(Game game, LiquidHost host)
   : base(game)
 {
   this.DrawOrder = 1001;
   this.Host = host;
 }
Пример #2
0
 public LiquidHost(Game game)
   : base(game)
 {
   this.DrawOrder = 50;
   LiquidHost.Instance = this;
 }