mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
die CS2JNet. namespace, until I work out when we want you
This commit is contained in:
parent
3655ee59b9
commit
98b1a8bda5
@ -329,7 +329,7 @@ namespace RusticiSoftware.Translator.CLR
|
||||
|
||||
public override string[] mkImports() {
|
||||
if (SurroundingTypeName != null) {
|
||||
return new string[] {"CS2JNet." + SurroundingTypeName};
|
||||
return new string[] {SurroundingTypeName};
|
||||
}
|
||||
else {
|
||||
return null;
|
||||
@ -444,7 +444,7 @@ namespace RusticiSoftware.Translator.CLR
|
||||
|
||||
public override string[] mkImports() {
|
||||
if (IsStatic && SurroundingTypeName != null) {
|
||||
return new string[] {"CS2JNet." + SurroundingTypeName};
|
||||
return new string[] {SurroundingTypeName};
|
||||
}
|
||||
else {
|
||||
return null;
|
||||
@ -930,7 +930,7 @@ namespace RusticiSoftware.Translator.CLR
|
||||
|
||||
public override string[] mkImports() {
|
||||
if (TypeName != null) {
|
||||
return new string[] {"CS2JNet." + TypeName};
|
||||
return new string[] {TypeName};
|
||||
}
|
||||
else {
|
||||
return null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user