Advertisement
Guest User

Untitled

a guest
Dec 13th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.50 KB | None | 0 0
  1. ProjectActorFactory::ProjectActorFactory() : ActorFactory("アクター生成")
  2. {
  3.     this->factoryList = (u64*)0x0000007101E332C0;
  4.     this->factoryCount = 0x23B;
  5. }
  6.  
  7. ProjectAppearSwitchFactory::ProjectAppearSwitchFactory() : ActorFactory("アクター生成")
  8. {
  9.     this->factoryList = (u64*)0x0000007101E36D48;
  10.     this->factoryCount = 0x13;
  11. }
  12.  
  13. PlayerActorFactory::PlayerActorFactory()
  14. {
  15.     this->factoryType = "プレイヤー生成";
  16.     this->factoryList = (u64*)0x0000007101E33260;
  17.     this->factoryCount = 0x2;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement