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
fa2a8befc20391ca56b7baa5f6bcfdfdafc3ded1
crystall-punk-14/Content.Server/AI/WorldState/States/Movement/MoveTargetState.cs

15 lines
330 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;
namespace Content.Server.AI.WorldState.States.Movement
{
[UsedImplicitly]
Make more uids nullable (#5794)
2021-12-26 15:32:45 +13:00
public sealed class MoveTargetState : PlanningStateData<EntityUid?>
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
{
public override string Name => "MoveTarget";
public override void Reset()
{
Make more uids nullable (#5794)
2021-12-26 15:32:45 +13:00
Value = null;
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
}
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 128ms 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