Code cleanup.
This commit is contained in:
@@ -12,11 +12,7 @@ namespace Cryville.Crtr {
|
||||
this.gh = gh;
|
||||
}
|
||||
|
||||
public override string TypeName {
|
||||
get {
|
||||
return "track";
|
||||
}
|
||||
}
|
||||
public override string TypeName { get { return "track"; } }
|
||||
|
||||
public override void Init() {
|
||||
base.Init();
|
||||
|
Reference in New Issue
Block a user