handakim25 / ProjectTitan

0 stars 0 forks source link

Refactor ItemDatabase to singleton class #1

Closed handakim25 closed 1 year ago

handakim25 commented 1 year ago

This class is accessed from many files. Using this by ScriptableObject is not good solution. Change this class to singleton class.