moved paradrop crap into mod dll

This commit is contained in:
Chris Forbes
2010-01-29 19:24:30 +13:00
parent f89a40f2ca
commit 3cf1ec5b45
12 changed files with 26 additions and 42 deletions

View File

@@ -8,7 +8,7 @@ using OpenRa.FileFormats;
namespace OpenRa
{
static class WorldUtils
public static class WorldUtils
{
public static bool IsCellBuildable(this World world, int2 a, UnitMovementType umt)
{