备份CatanBuilding瘦身独立工程
This commit is contained in:
11
Assets/Scripts/Aquarium/CrossbowArrow.cs
Normal file
11
Assets/Scripts/Aquarium/CrossbowArrow.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class CrossbowArrow : MonoBehaviour
|
||||
{
|
||||
public GameObject crossbow;
|
||||
public Animator animator;
|
||||
public Transform TopLine;
|
||||
public Transform EndLine;
|
||||
public List<Transform> LineList;
|
||||
}
|
||||
Reference in New Issue
Block a user