Adds ComponentAsset so the editor scripts can be aware of what components have been...
commit6ccf97e35de99ce254504e574aad9a31c4c092ef
authorAreloch <Areloch@gmail.com>
Sat, 14 May 2016 19:17:33 +0000 (14 14:17 -0500)
committerAreloch <Areloch@gmail.com>
Sat, 14 May 2016 19:17:33 +0000 (14 14:17 -0500)
treefc6fa88369ecc7530efed4f39b6e4ac4b59daf9f
parentb4bc405dce047396ce11519c96f2bd5b10d6f65e
Adds ComponentAsset so the editor scripts can be aware of what components have been defined/are useable.
Engine/source/T3D/assets/ComponentAsset.cpp [new file with mode: 0644]
Engine/source/T3D/assets/ComponentAsset.h [new file with mode: 0644]