Added FLAXENGINE_API tag in MField.h

This commit is contained in:
intolerantape
2021-09-11 05:13:32 -07:00
parent 8363ab8b10
commit 7cd6486916

View File

@@ -8,7 +8,7 @@
/// <summary>
/// Encapsulates information about a single Mono (managed) fields belonging to some managed class. This object also allows you to access the field data of an object instance.
/// </summary>
class MField
class FLAXENGINE_API MField
{
friend MClass;