18 lines
422 B
C++
18 lines
422 B
C++
/*
|
|
File: KPLIB_debriefs.hpp
|
|
Author: KP Liberation Dev Team - https://github.com/KillahPotatoes
|
|
Date: 2020-05-09
|
|
Last Update: 2020-05-09
|
|
License: MIT License - http://www.opensource.org/licenses/MIT
|
|
|
|
Description:
|
|
Debriefing defines for KP Liberation.
|
|
*/
|
|
|
|
class End1 {
|
|
title = $STR_SORRY;
|
|
subtitle = "";
|
|
description = $STR_COMMANDER_NOT_AUTHORIZED;
|
|
pictureBackground = "";
|
|
};
|