|
|
@ -2,7 +2,7 @@ |
|
|
|
* Base class for objects that will provide an access to a Acedia's client- and |
|
|
|
* Base class for objects that will provide an access to a Acedia's client- and |
|
|
|
* server-specific functionality by giving a reference to this object to all |
|
|
|
* server-specific functionality by giving a reference to this object to all |
|
|
|
* Acedia's objects and actors, emulating a global API namespace. |
|
|
|
* Acedia's objects and actors, emulating a global API namespace. |
|
|
|
* Copyright 2022 Anton Tarasenko |
|
|
|
* Copyright 2022-2023 Anton Tarasenko |
|
|
|
*------------------------------------------------------------------------------ |
|
|
|
*------------------------------------------------------------------------------ |
|
|
|
* This file is part of Acedia. |
|
|
|
* This file is part of Acedia. |
|
|
|
* |
|
|
|
* |
|
|
@ -27,6 +27,7 @@ var public const class<InteractionAPI> clientInteractionAPIClass; |
|
|
|
|
|
|
|
|
|
|
|
defaultproperties |
|
|
|
defaultproperties |
|
|
|
{ |
|
|
|
{ |
|
|
|
|
|
|
|
sideEffectAPIClass = class'KF1_SideEffectAPI' |
|
|
|
timeAPIClass = class'KF1_TimeAPI' |
|
|
|
timeAPIClass = class'KF1_TimeAPI' |
|
|
|
clientUnrealAPIClass = class'KF1_ClientUnrealAPI' |
|
|
|
clientUnrealAPIClass = class'KF1_ClientUnrealAPI' |
|
|
|
clientInteractionAPIClass = class'KF1_InteractionAPI' |
|
|
|
clientInteractionAPIClass = class'KF1_InteractionAPI' |
|
|
|