fixed serverside resource path

This commit is contained in:
Ikuo Ohba
2025-05-02 23:45:13 +09:00
parent 3a551cdf25
commit 6fc9e60f62
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,4 @@
using System.Resources;
using Microsoft.Extensions.Localization;
[assembly: RootNamespace("[Owner].Module.[Module].Server")]