trimming some more fat
This commit is contained in:
15
OpenRa.Game/Exts.cs
Normal file
15
OpenRa.Game/Exts.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace OpenRa.Game
|
||||
{
|
||||
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