Exemple #1
0
		//CONSTRUCTORS
		Character(Morpheme pparent)
		{
			this.parent = pparent;
			this.character = ' ';
			this.font = new Font("Tahoma", 8f, FontStyle.Regular);
			LocationX = 0;
		}