Browse Source

Fix `JSONAPI` class description

new
Anton Tarasenko 5 years ago
parent
commit
fbc8abd48c
  1. 5
      sources/Core/Data/JSON/JSONAPI.uc

5
sources/Core/Data/JSON/JSONAPI.uc

@ -1,8 +1,5 @@
/**
* Singleton is an auxiliary class, meant to be used as a base for others,
* that allows for only one instance of it to exist.
* To make sure your child class properly works, either don't overload
* 'PreBeginPlay' or make sure to call it's parent's version.
* Provides convenient access to JSON-related functions.
* Copyright 2019 Anton Tarasenko
*------------------------------------------------------------------------------
* This file is part of Acedia.