– Do a null check everywhere a element from the typeList is used (e.g. display “Missing” instead in the GUI)
– Delete types by-index instead by-reference from the list: RemoveType(Type t) -> RemoveType(int index)
Login
Register
By registering on this website you agree to our Privacy Policy.