Artifact 6a40859f40bf01020d40e89f4ea06fdd1c18759c8bb6988629b68686386c7aae:
- File src/Entity.h — part of check-in [4b002822f9] at 2025-03-20 16:04:35 on branch trunk — Convert entity to a class (user: js, size: 149) [annotate] [blame] [check-ins using]
#import "PersistentEntity.h" @interface Entity: PersistentEntity @property (nonatomic) bool spawned; // the only dynamic state of a map entity @end