mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-21 18:56:52 +01:00
15 lines
372 B
Plaintext
15 lines
372 B
Plaintext
//* This file is explicitly licensed under the MIT license. *//
|
|
//* Copyright (c) 2025 Citadel Station Developers *//
|
|
|
|
/datum/player_ban
|
|
var/ban_id
|
|
var/match_player_id
|
|
var/match_ckey
|
|
var/match_ip
|
|
var/match_computer_id
|
|
var/type_class
|
|
var/type_id
|
|
/// plaintext generated by subsystem
|
|
/// * not always filled out; if looking up metadata
|
|
var/list/edit_log
|