moved FieldLoader and .F() ext into OpenRa.FileFormats
This commit is contained in:
11
OpenRa.FileFormats/Exts.cs
Normal file
11
OpenRa.FileFormats/Exts.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
namespace OpenRa.FileFormats
|
||||
{
|
||||
public static class Exts
|
||||
{
|
||||
public static string F(this string fmt, params object[] args)
|
||||
{
|
||||
return string.Format(fmt, args);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user