mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-21 04:56:36 +01:00
removes dead code, fixes descriptions, adds examine event struct, and adds fmttext()
9 lines
272 B
Plaintext
9 lines
272 B
Plaintext
//* This file is explicitly licensed under the MIT license. *//
|
|
//* Copyright (c) 2024 Citadel Station Developers *//
|
|
|
|
/**
|
|
* datums used to hold data for procs without having to pass too many args around
|
|
*/
|
|
/datum/event_args
|
|
abstract_type = /datum/event_args
|