8 lines
135 B
C#
8 lines
135 B
C#
|
|
using UnityEngine;
|
|||
|
|
using System.Collections;
|
|||
|
|
|
|||
|
|
public class weakSpotInfo : MonoBehaviour {
|
|||
|
|
public healthElementInfo elementInfo;
|
|||
|
|
|
|||
|
|
}
|