From 28facc23ec7202d72849faaf4592a2d26fe17031 Mon Sep 17 00:00:00 2001 From: NetsuNegi39 Date: Tue, 9 Dec 2025 15:49:15 +0800 Subject: [PATCH] Update ParticleSystemClass.h --- ParticleSystemClass.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ParticleSystemClass.h b/ParticleSystemClass.h index 132ae7d6..baef9097 100644 --- a/ParticleSystemClass.h +++ b/ParticleSystemClass.h @@ -30,6 +30,12 @@ class NOVTABLE ParticleSystemClass : public ObjectClass virtual AbstractType WhatAmI() const RT(AbstractType); virtual int Size() const R0; + ParticleClass* SpawnParticle(const CoordStruct& coords1, const CoordStruct& coords2) + { JMP_THIS(0x62E380); } + + ParticleClass* SpawnParticle(ParticleTypeClass* pType, const CoordStruct& coords) + { JMP_THIS(0x62E430); } + //Constructor ParticleSystemClass( ParticleSystemTypeClass* pParticleSystemType,