13 lines
215 B
C#
13 lines
215 B
C#
|
public class RedPillAnomaly : Anomaly
|
||
|
{
|
||
|
protected override void __initializeVariables()
|
||
|
{
|
||
|
base.__initializeVariables();
|
||
|
}
|
||
|
|
||
|
protected internal override string __getTypeName()
|
||
|
{
|
||
|
return "RedPillAnomaly";
|
||
|
}
|
||
|
}
|