Switched Doom 3 weapons to native.

This commit is contained in:
Justin Marshall
2026-05-19 08:28:43 -07:00
parent b841fcb33b
commit b97127f038
82 changed files with 20023 additions and 1371 deletions
+9
View File
@@ -0,0 +1,9 @@
// Bot_chat.h
//
#pragma once
enum botChat_t {
KILL = 0,
DEATH,
};