天津23维预案
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
636 B

3 years ago
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class SplitLine : BaseClass
{
public static int SplitLineIndex = 0;
public SplitLine(GameObject nullObj, GameObject parentObj, GameObject JG_CT_Prefab, string ObjName, GameObject TheUI, int id, RaycastHit hit_, float delta_y)
: base(nullObj, parentObj, JG_CT_Prefab, ObjName, TheUI, id, hit_, delta_y)
{
}
public override void InstatiateItem(Vector3 placementPos2, bool kongzhi, bool lol, RaycastHit hit_)
{
base.InstatiateItem_Fege(placementPos2, kongzhi, lol, hit_);
//arrowIndex++;
}
}