display resource renamed to entity resource

This commit is contained in:
Rendo 2025-07-25 18:07:10 +05:00
commit cea648f0ff
8 changed files with 13 additions and 13 deletions

View file

@ -4,6 +4,6 @@ namespace Newlon;
[GlobalClass]
[Tool]
public partial class PlantResource : DisplayResource
public partial class PlantResource : EntityResource
{
}