йоу
This commit is contained in:
@@ -35,7 +35,7 @@ public class BaseItemDefinition : GameResource
|
||||
[Property, Category( "Visual" )] public string ImageUrl { get; set; }
|
||||
|
||||
[Property, Category( "Properties" )]
|
||||
[Range( 1, 1000 )]
|
||||
[Range( 1, 100000 )]
|
||||
public int MaxCount { get; set; } = 1;
|
||||
|
||||
[Property, Category( "Properties" )] public virtual ItemCategory Category { get; set; } = ItemCategory.Misc;
|
||||
|
||||
Reference in New Issue
Block a user