备份CatanBuilding瘦身独立工程
This commit is contained in:
14
Assets/Scripts/UI/Social/ClubChat/DialogueEmoji.cs
Normal file
14
Assets/Scripts/UI/Social/ClubChat/DialogueEmoji.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using asap.core;
|
||||
using System;
|
||||
using UnityEngine.UI;
|
||||
|
||||
public class DialogueEmoji : DialogueBase
|
||||
{
|
||||
public Image emoji;
|
||||
public void Init(string message, string userID, DateTime timeSpan, bool isSame)
|
||||
{
|
||||
playFabId = userID;
|
||||
GContext.container.Resolve<IUIService>().SetImageSprite(emoji, message);
|
||||
Init(timeSpan, isSame);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user