Falco Engine 3.9.0.1 (beta)
NavMeshObstacle.cs
Go to the documentation of this file.
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5
6namespace FalcoEngine
7{
9 {
10 internal NavMeshObstacle()
11 {
12
13 }
14 }
15}