Comment
Closed this issue · 0 comments
haven1433 commented
miniDB/MiniDB/IDatabaseItem.cs
Line 3 in 04bbe81
Add a comment explaining why this empty class is here. Is it to help guard against possible future additions needed for every database item? Is it some sort of reflection hack?
Also, naming a class starting with "I" is confusing in C#, since those types are usually interfaces.