repo.or.cz
/
kaeril_buildingescape.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit
[kaeril_buildingescape.git]
/
Source
/
BuildingEscape
/
BuildingEscapeGameMode.h
blob
f406159606b849d69bce39350ea35e8fd3708397
1
// Fill out your copyright notice in the Description page of Project Settings.
2
3
#pragma once
4
5
#include
"GameFramework/GameMode.h"
6
#include
"BuildingEscapeGameMode.generated.h"
7
8
/**
9
*
10
*/
11
UCLASS
()
12
class
BUILDINGESCAPE_API ABuildingEscapeGameMode
:
public
AGameMode
13
{
14
GENERATED_BODY
()
15
16
17
18
19
};