Removed R from Container class
This commit is contained in:
@ -5,7 +5,6 @@ public interface IContainer
|
||||
|
||||
public int G { get; }
|
||||
public List<Item> Items { get; }
|
||||
public int R { get; }
|
||||
public string SourceDirectory { get; }
|
||||
|
||||
}
|
Reference in New Issue
Block a user