squash some spurious warnings
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
using System;
|
using System;
|
||||||
|
using System.IO;
|
||||||
using OpenRA.FileFormats;
|
using OpenRA.FileFormats;
|
||||||
using System.IO;
|
|
||||||
|
|
||||||
namespace FileExtractor
|
namespace FileExtractor
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -90,10 +90,10 @@ namespace OpenRA
|
|||||||
|
|
||||||
class Format2ActorReference
|
class Format2ActorReference
|
||||||
{
|
{
|
||||||
public string Id;
|
public string Id = null;
|
||||||
public string Type;
|
public string Type = null;
|
||||||
public int2 Location;
|
public int2 Location = int2.Zero;
|
||||||
public string Owner;
|
public string Owner = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Map(IFolder package)
|
public Map(IFolder package)
|
||||||
|
|||||||
Reference in New Issue
Block a user