14 lines
307 B
C
14 lines
307 B
C
/**
|
|
* Copyright (c) 2026 Dominic Masters
|
|
*
|
|
* This software is released under the MIT License.
|
|
* https://opensource.org/licenses/MIT
|
|
*/
|
|
|
|
// Name (Uppercase)
|
|
// Extends (name of another prefab to apply first, or "" for none)
|
|
// Apply function
|
|
|
|
// Game-specific prefabs
|
|
#include "entity/gameprefablist.h"
|