issues
search
BattletechModders
/
CustomComponents
GNU Lesser General Public License v2.1
6
stars
5
forks
source link
generialized simple custom components to simple custom <T>
#4
Closed
CptMoore
closed
6 years ago
CptMoore
commented
6 years ago
main changes:
introduces SimpleCustom\
, sounds nice when written.. e.g. SimpleCustom\
updated project to support latest C# language features (latest minor instead of lastest major language version)
got rid of weakreference and hooked into DataManager.Clear
extensions are now implemented with as little as possible code clones
most of database is now private (and internal) to avoid use from outside
component section name should only be part of the simple custom structure
main changes: