From 1feeb768b253fe2b2977f619047f9b2ea652fb30 Mon Sep 17 00:00:00 2001 From: kremsy Date: Fri, 10 Oct 2014 14:40:00 +0200 Subject: [PATCH] callbacks improvements begin --- .idea/codeStyleSettings.xml | 3 +- core/Callbacks/Callbacks.php | 7 +++ core/Callbacks/LibXmlRpcCallbacks.php | 10 +++ .../Structures/NearMissStructure.php | 55 ++++++++++++++++ .../Structures/PlayerHitStructure.php | 62 +++++++++++++++++++ core/Callbacks/Structures/Weapons.php | 17 +++++ 6 files changed, 152 insertions(+), 2 deletions(-) create mode 100644 core/Callbacks/Structures/NearMissStructure.php create mode 100644 core/Callbacks/Structures/PlayerHitStructure.php create mode 100644 core/Callbacks/Structures/Weapons.php diff --git a/.idea/codeStyleSettings.xml b/.idea/codeStyleSettings.xml index ba7af51e..b04927a7 100644 --- a/.idea/codeStyleSettings.xml +++ b/.idea/codeStyleSettings.xml @@ -72,5 +72,4 @@