forked from Misaki/GhostEngine
Refactor folder structure
This commit is contained in:
11
src/Editor/Ghost.Data/JsonContext.cs
Normal file
11
src/Editor/Ghost.Data/JsonContext.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Ghost.Data.Models;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace Ghost.Data;
|
||||
|
||||
[JsonSourceGenerationOptions(WriteIndented = true)]
|
||||
[JsonSerializable(typeof(TemplateInfo))]
|
||||
[JsonSerializable(typeof(ProjectMetadata))]
|
||||
internal partial class JsonContext : JsonSerializerContext
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user