备份CatanBuilding瘦身独立工程
This commit is contained in:
10
Assets/Scripts/UI/Rod/attributes_tips2.cs
Normal file
10
Assets/Scripts/UI/Rod/attributes_tips2.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class attributes_tips2 : MonoBehaviour
|
||||
{
|
||||
public AttributeTips tips;
|
||||
private void Awake()
|
||||
{
|
||||
tips = transform.Find("GameObject/attribute").GetComponent<AttributeTips>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user