rename ISystem to IPassioSystem

This commit is contained in:
2025-04-06 10:50:51 -07:00
parent 6d762ce620
commit 940d172e87
15 changed files with 31 additions and 38 deletions

View File

@@ -6,7 +6,7 @@ export interface IEntityWithId {
id: string;
}
export interface ISystem extends IEntityWithId, IEntityWithOptionalTimestamp {
export interface IPassioSystem extends IEntityWithId, IEntityWithOptionalTimestamp {
name: string;
}