mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-05-31 00:51:37 +00:00
More code sanity changes (constructors of abstract classes should not be public or internal).
This commit is contained in:
parent
1d988b087c
commit
1b9f94f3f7
23 changed files with 68 additions and 87 deletions
|
@ -61,7 +61,7 @@ namespace CodeImp.DoomBuilder.Data
|
|||
#region ================== Constructor / Disposer
|
||||
|
||||
// Constructor
|
||||
public PK3StructuredReader(DataLocation dl) : base(dl)
|
||||
protected PK3StructuredReader(DataLocation dl) : base(dl)
|
||||
{
|
||||
// Initialize
|
||||
this.roottextures = dl.option1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue