SquadNPCAI Class Reference

Example class that may be needed by the Squad class. Exposed members is the Squad class show how this is can be handled.

Detailed Description

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
{
public class SquadNPCAI : SquadController
{
public int AIlevel = 1;
}
}

Public Attributes

int AIlevel
 
+ Inheritance diagram for SquadNPCAI:
+ Collaboration diagram for SquadNPCAI:
EyE.Unity.Examples
Definition: CatDebugExample.cs:7