feat(Emmit): 实现发射器

This commit is contained in:
2025-10-21 15:32:59 +08:00
parent 6ff684a71e
commit a7dcf15aed
16 changed files with 673 additions and 11 deletions

View File

@@ -8,7 +8,7 @@ namespace Script.Gameplay.Facility
{
[SerializeField] private bool isActive = true;
public bool IsActive
public bool IsEditableActive
{
get => isActive;
set