Returns the serial for the instance - every time something changes the serial is incremented. Use to detect change in PlayerCharacter. @return serial
()
| 1011 | * @return serial |
| 1012 | */ |
| 1013 | public int getSerial() |
| 1014 | { |
| 1015 | return serial; |
| 1016 | } |
| 1017 | |
| 1018 | /** |
| 1019 | * Get the list of equipment sets. |
no outgoing calls
no test coverage detected