From 7a84dc859a991ebb385df205a6d74b5de8ec6980 Mon Sep 17 00:00:00 2001 From: Hop311 Date: Tue, 11 Apr 2023 20:28:18 +0100 Subject: Added requirement comments --- extension/src/MapSingleton.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'extension/src/MapSingleton.cpp') diff --git a/extension/src/MapSingleton.cpp b/extension/src/MapSingleton.cpp index 8c38926..7ad404c 100644 --- a/extension/src/MapSingleton.cpp +++ b/extension/src/MapSingleton.cpp @@ -31,6 +31,9 @@ MapSingleton* MapSingleton::get_singleton() { return singleton; } +/* REQUIREMENTS: + * MAP-21, MAP-25 + */ MapSingleton::MapSingleton() { ERR_FAIL_COND(singleton != nullptr); singleton = this; -- cgit v1.2.3-56-ga3b1