1212
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Application.Domain.Entity;
|
||||
|
||||
public class MonsterAwardModel
|
||||
{
|
||||
public string type { get; set; }
|
||||
public RandomModel award { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user