-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Eris/ErisPacketCreator/ActionScript/Interpreter/Keywords/InstanceKeyword.cs
Lines 32 to 37 in 83ff5c9
| // TODO: Implement loading all other information later | |
| while (!acr.PeekString().Contains("trait method")) | |
| acr.ReadString(); | |
| QName method = new QName(acr.ReadString()); |