mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-16 00:01:53 +02:00
9 lines
70 B
C
9 lines
70 B
C
// Bot_chat.h
|
|
//
|
|
|
|
#pragma once
|
|
|
|
enum botChat_t {
|
|
KILL = 0,
|
|
DEATH,
|
|
}; |