[#13] uniezależnienie modułu Movement od innych
This commit is contained in:
@@ -6,7 +6,7 @@ namespace RPGCore.Core
|
||||
public class ObjectModuleAttribute : Attribute
|
||||
{
|
||||
public string name;
|
||||
public string description;
|
||||
public string description;
|
||||
public bool required;
|
||||
|
||||
public ObjectModuleAttribute(string name, string description, bool required = false)
|
||||
|
||||
Reference in New Issue
Block a user