(self, name)
| 108 | return charList |
| 109 | |
| 110 | def DoNew(self, name): |
| 111 | sChar = Character.getInstance() |
| 112 | return sChar.new(name) |
| 113 | |
| 114 | def DoRename(self, entity, name): |
| 115 | sChar = Character.getInstance() |
nothing calls this directly
no test coverage detected