|
// Blueprints/BP_TengriGameMode.ts
|
|
|
|
import { BP_MainCharacter } from '#root/Blueprints/BP_MainCharacter.ts';
|
|
import { GameModeBase } from '#root/UE/GameModeBase.ts';
|
|
|
|
export class BP_TengriGameMode extends GameModeBase {
|
|
DefaultPawnClass = BP_MainCharacter;
|
|
}
|