| 64 | } |
| 65 | |
| 66 | void Prefab::GetDesc(EntityDescription& desc) const { |
| 67 | Group::GetDesc(desc); |
| 68 | desc.AddBool(EDF_PREFAB_LOCKED, prefab_locked); |
| 69 | desc.AddPath(EDF_PREFAB_PATH, prefab_path); |
| 70 | desc.AddVec3(EDF_ORIGINAL_SCALE, original_scale_); |
| 71 | } |
| 72 | |
| 73 | void Prefab::InfrequentUpdate() { |
| 74 | Group::InfrequentUpdate(); |