Added FLAXENGINE_API tag in MField.h
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user