Browse Source

StringFormatter class is now static

master
Christopher 8 years ago
parent
commit
7a0f51a01a
  1. 2
      Assets/Fungus/Flowchart/Scripts/StringFormatter.cs

2
Assets/Fungus/Flowchart/Scripts/StringFormatter.cs

@ -9,7 +9,7 @@ namespace Fungus
/// <summary> /// <summary>
/// Misc string formatting functions. /// Misc string formatting functions.
/// </summary> /// </summary>
public class StringFormatter public static class StringFormatter
{ {
public static string[] FormatEnumNames(Enum e, string firstLabel) public static string[] FormatEnumNames(Enum e, string firstLabel)
{ {

Loading…
Cancel
Save