Core/Refactor: Part 4
This commit is contained in:
@@ -27,7 +27,7 @@ namespace Game
|
||||
{
|
||||
public abstract class Warden
|
||||
{
|
||||
public Warden()
|
||||
protected Warden()
|
||||
{
|
||||
_inputCrypto = new SARC4();
|
||||
_outputCrypto = new SARC4();
|
||||
|
||||
Reference in New Issue
Block a user