Exemple #1
0
 /// <summary>
 /// Derives the npc and thought bubble by y
 /// </summary>
 /// <param name="y">The y amount</param>
 public override void deriveY(int y)
 {
     base.deriveY(y);
     def.deriveY(y);
 }