备份CatanBuilding瘦身独立工程
This commit is contained in:
14
Assets/Scripts/UI/Social/ClubChat/DialogueLeft.cs
Normal file
14
Assets/Scripts/UI/Social/ClubChat/DialogueLeft.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using TMPro;
|
||||
|
||||
public class DialogueLeft : DialogueBase
|
||||
{
|
||||
public TMP_Text text_content;
|
||||
|
||||
public void Init(string message, string userID, DateTime timeSpan, bool isSame)
|
||||
{
|
||||
playFabId = userID;
|
||||
text_content.text = message;
|
||||
Init(timeSpan, isSame);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user