generated from Persson-dev/Godot-Xmake
make factories
This commit is contained in:
11
include/blitz/factory/PlayerFactory.h
Normal file
11
include/blitz/factory/PlayerFactory.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <client/Player.h>
|
||||
|
||||
namespace blitz {
|
||||
namespace PlayerFactory {
|
||||
|
||||
Player* CreateStudent();
|
||||
|
||||
} // namespace PlayerFactory
|
||||
} // namespace blitz
|
||||
Reference in New Issue
Block a user