mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-16 15:24:10 +02:00
Added ability to rename namespaces
This commit is contained in:
parent
91e0d10128
commit
014263c3a7
16 changed files with 373 additions and 78 deletions
|
@ -53,6 +53,7 @@ namespace IDE.Compiler
|
|||
public int32 mLocalId = -1;
|
||||
public String mReplaceStr ~ delete _;
|
||||
public String mTypeDef ~ delete _;
|
||||
public String mNamespace ~ delete _;
|
||||
public int32 mFieldIdx = -1;
|
||||
public int32 mMethodIdx = -1;
|
||||
public int32 mPropertyIdx = -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue