New mod: AdditionalAvatarParameters

This commit is contained in:
SDraw 2022-08-05 20:45:17 +03:00
parent ba56c113dc
commit df96194c4d
No known key found for this signature in database
GPG key ID: BB95B4DAB2BB8BB5
16 changed files with 611 additions and 47 deletions

View file

@ -1,5 +1,5 @@
using ABI_RC.Core.UI;
using ABI_RC.Core.EventSystem;
using ABI_RC.Core.EventSystem;
using ABI_RC.Core.InteractionSystem;
namespace ml_aci
{
@ -16,8 +16,8 @@ namespace ml_aci
static void OnLocalAvatarLoad()
{
if(CohtmlHud.Instance != null)
CohtmlHud.Instance.ViewDropText("Avatar changed", "Please, wait ...");
if(ViewManager.Instance != null)
ViewManager.Instance.TriggerPushNotification("Avatar changed", 1f);
}
}
}