Takes references and abbreviations that have been placed into the LoadContext for this GameMode and copies those references and abbreviations into the given ReferenceContext @param referenceContext The Reference Context into which the references from this GameMode should be co
(AbstractReferenceContext referenceContext)
| 1944 | * GameMode should be copied. |
| 1945 | */ |
| 1946 | public void resolveInto(AbstractReferenceContext referenceContext) |
| 1947 | { |
| 1948 | gameRefContext.getAllManufacturers().forEach(rm -> resolveReferenceManufacturer(referenceContext, rm)); |
| 1949 | } |
| 1950 | |
| 1951 | private AbstractReferenceContext getRefContext() |
| 1952 | { |
no test coverage detected