Esempio n. 1
0
 public WaterTransitionRenderer(Game game, LiquidHost host)
   : base(game)
 {
   this.DrawOrder = 1001;
   this.Host = host;
 }
Esempio n. 2
0
 public LiquidHost(Game game)
   : base(game)
 {
   this.DrawOrder = 50;
   LiquidHost.Instance = this;
 }