public static void MakeGoldText(float upOff, string inText, Vector3 pos) { UIScreenTextController obj = Create(); obj.Init(upOff, inText, pos, yellow); }
public static void MakeDamageText(float upOff, string inText, Vector3 pos) { UIScreenTextController obj = Create(); obj.Init(upOff, inText, pos, red); }