예제 #1
0
 public AnimatedTexture this[WateringCanState s]
 {
     get
     {
         return(textures[s]);
     }
 }
예제 #2
0
 public WateringCan(Rectangle position, WateringCanState state, double scale, Level level) : base(position, true, scale, level)
 {
     this.state = state;
     textures   = LoadTextures <WateringCanState>(0);
 }