5 Commits

Author SHA1 Message Date
Susko3
112f5e4914 Add LocalisationParameters.DEFAULT 2022-11-22 15:54:58 +01:00
Susko3
a04cb19d07 Remove unused protected and virtual methods from LocalisationManager 2022-11-22 15:44:38 +01:00
Dan Balasescu
ba1385330c Automated #nullable processing 2022-06-13 21:57:05 +09:00
Salman Ahmed
9a05857a93 Add protected copy constructor to avoid breaking changes 2022-04-26 11:05:09 +03:00
smoogipoo
a72b44d6ec Add LocalisationParameters abstraction
Intead of passing the config manager around, or a Bindable<bool> around,
use LocalisationParameters to set common parameters for all strings to
use. This can be overridden by the user if any custom implementations
require some other parameters.
2021-06-30 15:58:28 +09:00