Added many other things and processings

This commit is contained in:
2026-08-13 17:55:05 +03:00
parent 36ecac038a
commit 3c490bdae8
625 changed files with 929224 additions and 151067 deletions
@@ -0,0 +1,14 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
[System.Serializable]
public class ParticleExamples {
public string title;
[TextArea]
public string description;
public bool isWeaponEffect;
public GameObject particleSystemGO;
public Vector3 particlePosition, particleRotation;
}