You've already forked Starlight-SMO-LayoutEditing
mirror of
https://github.com/CraftyBoss/Starlight-SMO-LayoutEditing.git
synced 2026-04-01 08:53:20 -07:00
6 lines
271 B
C++
6 lines
271 B
C++
|
|
#include "al/factory/ProjectActorFactory.h"
|
||
|
|
|
||
|
|
ProjectActorFactory::ProjectActorFactory() : ActorFactory("アクター生成") {
|
||
|
|
this->actorTable = actorEntries;
|
||
|
|
this->factoryCount = sizeof(actorEntries)/sizeof(actorEntries[0]); // 570 actors in factory in 1.0.0
|
||
|
|
};
|