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
78a9cc640a6a3043771b0771db9647d8f730e6a2
crystall-punk-14/Content.Shared/GameObjects/Components/Trigger/TriggerVisuals.cs

21 lines
342 B
C#
Raw Normal View History

Explosions and Grenades, Triggers, OnDestroy, OnExAct, Fueltanks and destructible tables (#247) * initial explosiveComponent * remove garbagee * assets * tile mass deletion baby * grenades * tweaks * Update Content.Server/GameObjects/Components/Explosion/ExplosiveComponent.cs Co-Authored-By: Pieter-Jan Briers <pieterjan.briers@gmail.com> * Ex_act based on damage, fixes and tweaks * One finishing touch Done the most cringe way * ex_act explosions, tables are destructible now also adds fuel tanks * adds ex_act to mobs
2019-06-07 16:15:20 +05:00
using System;
using Robust.Shared.Serialization;
namespace Content.Shared.GameObjects.Components.Triggers
{
[NetSerializable]
[Serializable]
public enum TriggerVisuals
{
VisualState,
}
[NetSerializable]
[Serializable]
public enum TriggerVisualState
{
Primed,
Unprimed,
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 35ms 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