/* All unicode strings put into this class, because UE2 requires them to be in "UTF-16 BE" format * This way other classes can remain ASCII */ class ScrnUnicode extends Object abstract; var localized string Dosh; defaultproperties { Dosh="£" }