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

@@ -9,7 +9,7 @@ namespace Script.Gameplay.Interface
public interface IEditableComponent
{
public bool IsActive { get; set; }
public bool IsEditableActive { get; set; }
public string ComponentName { get; set; }
public LockLevel LockLevel { get; }
}