mirror of
https://github.com/zoriya/Twac.git
synced 2026-05-31 17:55:01 +00:00
Adding a live/respawn system
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
** EPITECH PROJECT, 2019
|
||||
** Gamacon
|
||||
** File description:
|
||||
** gravity_component
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "component.h"
|
||||
|
||||
struct kill_component
|
||||
{
|
||||
gc_component base;
|
||||
};
|
||||
|
||||
extern const struct kill_component kill_component;
|
||||
Reference in New Issue
Block a user