mirror of
https://github.com/Alee14/OpenHacknet.git
synced 2025-01-22 09:12:44 -05:00
12 lines
No EOL
224 B
C#
12 lines
No EOL
224 B
C#
namespace Hacknet
|
|
{
|
|
internal class Administrator
|
|
{
|
|
public bool IsSuper;
|
|
public bool ResetsPassword;
|
|
|
|
public virtual void disconnectionDetected(Computer c, OS os)
|
|
{
|
|
}
|
|
}
|
|
} |