Logo
Explore Help
Sign In
juni/crystall-punk-14
1
0
Fork 0
You've already forked crystall-punk-14
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
632a4bcd959b15562fcd83850b1fedaeb3c02027
crystall-punk-14/Content.Server/AI/WorldState/States/Movement/MoveTargetState.cs

16 lines
360 B
C#
Raw Normal View History

Add utility AI (#806) Co-authored-by: Pieter-Jan Briers <pieterjan.briers@gmail.com> Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com> Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
2020-06-18 22:52:44 +10:00
using JetBrains.Annotations;
Massive Namespace Cleanup (#3120) * Engine namespace changes. * Automated remove redundant using statements. * Simplified Graphics namespace. * Apparently the container system stores full type names in the map file.😞 This updates those names. * API Changes to LocalizationManager.LoadCulture. * Update submodule to v0.3.2
2021-02-11 01:13:03 -08:00
using Robust.Shared.GameObjects;
Add utility AI (#806) Co-authored-by: Pieter-Jan Briers <pieterjan.briers@gmail.com> Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com> Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
2020-06-18 22:52:44 +10:00
namespace Content.Server.AI.WorldState.States.Movement
{
[UsedImplicitly]
public sealed class MoveTargetState : PlanningStateData<IEntity>
{
public override string Name => "MoveTarget";
public override void Reset()
{
Value = null;
}
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 76ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API