8 lines
115 B
C#
8 lines
115 B
C#
using UnityEngine;
|
|
|
|
namespace Unity.FPS.Game
|
|
{
|
|
public class IgnoreHitDetection : MonoBehaviour
|
|
{
|
|
}
|
|
} |