mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 10:45:37 +08:00
Ref T473, added version attribute for DB based value objects.
So all DB objects could have version.
This commit is contained in:
committed by
Mat Sutcliffe
parent
9facd200f1
commit
a40e37e59b
@@ -148,9 +148,10 @@ namespace BlackMisc
|
||||
GlobalIndexCSettingKeyboardHotkey = 11000,
|
||||
GlobalIndexCKeyboardKey = 11100,
|
||||
GlobalIndexCJoystickButton = 11200,
|
||||
GlobalIndexIDatastoreInteger = 12000,
|
||||
GlobalIndexIDatastoreString = 12100,
|
||||
GlobalIndexCDbInfo = 12200,
|
||||
GlobalIndexIDatastore = 12000,
|
||||
GlobalIndexIDatastoreInteger = 12100,
|
||||
GlobalIndexIDatastoreString = 12200,
|
||||
GlobalIndexCDbInfo = 12300,
|
||||
GlobalIndexCGlobalSetup = 13000,
|
||||
GlobalIndexCArtifact = 13100,
|
||||
GlobalIndexCDistribution = 13200,
|
||||
|
||||
Reference in New Issue
Block a user