├── .gitignore ├── Assets ├── A.mp3 ├── A.mp3.meta ├── ActorController.controller ├── ActorController.controller.meta ├── Cartoon FX.meta ├── Cartoon FX │ ├── CFX Prefabs (Mobile).meta │ ├── CFX Prefabs (Mobile) │ │ ├── Electric.meta │ │ ├── Electric │ │ │ ├── CFXM_ElectricGround.prefab │ │ │ ├── CFXM_ElectricGround.prefab.meta │ │ │ ├── CFXM_ElectricMesh.prefab │ │ │ ├── CFXM_ElectricMesh.prefab.meta │ │ │ ├── CFXM_ElectricityBall.prefab │ │ │ ├── CFXM_ElectricityBall.prefab.meta │ │ │ ├── CFXM_ElectricityBall_Alt.prefab │ │ │ ├── CFXM_ElectricityBall_Alt.prefab.meta │ │ │ ├── CFXM_ElectricityBolt+Text.prefab │ │ │ ├── CFXM_ElectricityBolt+Text.prefab.meta │ │ │ ├── CFXM_ElectricityBolt.prefab │ │ │ ├── CFXM_ElectricityBolt.prefab.meta │ │ │ ├── CFXM_Thunderbolt.prefab │ │ │ ├── CFXM_Thunderbolt.prefab.meta │ │ │ ├── CFXM_ThunderboltExplosion.prefab │ │ │ └── CFXM_ThunderboltExplosion.prefab.meta │ │ ├── Explosions.meta │ │ ├── Explosions │ │ │ ├── CFXM_Explosion+Text.prefab │ │ │ ├── CFXM_Explosion+Text.prefab.meta │ │ │ ├── CFXM_Explosion.prefab │ │ │ ├── CFXM_Explosion.prefab.meta │ │ │ ├── CFXM_Firework.prefab │ │ │ ├── CFXM_Firework.prefab.meta │ │ │ ├── CFXM_GroundExplosion+Text.prefab │ │ │ ├── CFXM_GroundExplosion+Text.prefab.meta │ │ │ ├── CFXM_GroundExplosion.prefab │ │ │ ├── CFXM_GroundExplosion.prefab.meta │ │ │ ├── CFXM_GroundSmokeExplosionAlt.prefab │ │ │ ├── CFXM_GroundSmokeExplosionAlt.prefab.meta │ │ │ ├── CFXM_SmallExplosion.prefab │ │ │ ├── CFXM_SmallExplosion.prefab.meta │ │ │ ├── CFXM_SmallExplosionAlt.prefab │ │ │ ├── CFXM_SmallExplosionAlt.prefab.meta │ │ │ ├── CFXM_SmokeExplosion.prefab │ │ │ ├── CFXM_SmokeExplosion.prefab.meta │ │ │ ├── CFXM_SmokeExplosionAlt.prefab │ │ │ ├── CFXM_SmokeExplosionAlt.prefab.meta │ │ │ ├── Firework Variants.meta │ │ │ └── Firework Variants │ │ │ │ ├── CFXM_Firework_Blue.prefab │ │ │ │ ├── CFXM_Firework_Blue.prefab.meta │ │ │ │ ├── CFXM_Firework_Green.prefab │ │ │ │ ├── CFXM_Firework_Green.prefab.meta │ │ │ │ ├── CFXM_Firework_Orange.prefab │ │ │ │ ├── CFXM_Firework_Orange.prefab.meta │ │ │ │ ├── CFXM_Firework_Red.prefab │ │ │ │ └── CFXM_Firework_Red.prefab.meta │ │ ├── Fire.meta │ │ ├── Fire │ │ │ ├── CFXM_DoubleFlameA.prefab │ │ │ ├── CFXM_DoubleFlameA.prefab.meta │ │ │ ├── CFXM_DoubleFlameB.prefab │ │ │ ├── CFXM_DoubleFlameB.prefab.meta │ │ │ ├── CFXM_DoubleFlameC.prefab │ │ │ ├── CFXM_DoubleFlameC.prefab.meta │ │ │ ├── CFXM_FlameA.prefab │ │ │ ├── CFXM_FlameA.prefab.meta │ │ │ ├── CFXM_FlameB.prefab │ │ │ ├── CFXM_FlameB.prefab.meta │ │ │ ├── CFXM_FlameC.prefab │ │ │ ├── CFXM_FlameC.prefab.meta │ │ │ ├── Color Variants.meta │ │ │ └── Color Variants │ │ │ │ ├── CFXM_DoubleFlameA Blue.prefab │ │ │ │ ├── CFXM_DoubleFlameA Blue.prefab.meta │ │ │ │ ├── CFXM_DoubleFlameA Purple.prefab │ │ │ │ ├── CFXM_DoubleFlameA Purple.prefab.meta │ │ │ │ ├── CFXM_DoubleFlameB Green.prefab │ │ │ │ ├── CFXM_DoubleFlameB Green.prefab.meta │ │ │ │ ├── CFXM_DoubleFlameB Yellow.prefab │ │ │ │ ├── CFXM_DoubleFlameB Yellow.prefab.meta │ │ │ │ ├── CFXM_DoubleFlameC Black.prefab │ │ │ │ ├── CFXM_DoubleFlameC Black.prefab.meta │ │ │ │ ├── CFXM_DoubleFlameC White.prefab │ │ │ │ ├── CFXM_DoubleFlameC White.prefab.meta │ │ │ │ ├── CFXM_FlameA Blue.prefab │ │ │ │ ├── CFXM_FlameA Blue.prefab.meta │ │ │ │ ├── CFXM_FlameA Green.prefab │ │ │ │ ├── CFXM_FlameA Green.prefab.meta │ │ │ │ ├── CFXM_FlameA Yellow.prefab │ │ │ │ ├── CFXM_FlameA Yellow.prefab.meta │ │ │ │ ├── CFXM_FlameB_Gaz.prefab │ │ │ │ ├── CFXM_FlameB_Gaz.prefab.meta │ │ │ │ ├── CFXM_FlameB_Green.prefab │ │ │ │ ├── CFXM_FlameB_Green.prefab.meta │ │ │ │ ├── CFXM_FlameB_Purple.prefab │ │ │ │ ├── CFXM_FlameB_Purple.prefab.meta │ │ │ │ ├── CFXM_FlameC_Blue.prefab │ │ │ │ ├── CFXM_FlameC_Blue.prefab.meta │ │ │ │ ├── CFXM_FlameC_Orange.prefab │ │ │ │ ├── CFXM_FlameC_Orange.prefab.meta │ │ │ │ ├── CFXM_FlameC_Red.prefab │ │ │ │ └── CFXM_FlameC_Red.prefab.meta │ │ ├── Hits.meta │ │ ├── Hits │ │ │ ├── CFXM_GroundHit+Text.prefab │ │ │ ├── CFXM_GroundHit+Text.prefab.meta │ │ │ ├── CFXM_GroundHit.prefab │ │ │ ├── CFXM_GroundHit.prefab.meta │ │ │ ├── CFXM_Hit_A Directional Red.prefab │ │ │ ├── CFXM_Hit_A Directional Red.prefab.meta │ │ │ ├── CFXM_Hit_A Red+RandomText.prefab │ │ │ ├── CFXM_Hit_A Red+RandomText.prefab.meta │ │ │ ├── CFXM_Hit_A Red.prefab │ │ │ ├── CFXM_Hit_A Red.prefab.meta │ │ │ ├── CFXM_Hit_B Blue.prefab │ │ │ ├── CFXM_Hit_B Blue.prefab.meta │ │ │ ├── CFXM_Hit_B Directional Blue.prefab │ │ │ ├── CFXM_Hit_B Directional Blue.prefab.meta │ │ │ ├── CFXM_Hit_C Directional White.prefab │ │ │ ├── CFXM_Hit_C Directional White.prefab.meta │ │ │ ├── CFXM_Hit_C White+Text.prefab │ │ │ ├── CFXM_Hit_C White+Text.prefab.meta │ │ │ ├── CFXM_Hit_C White.prefab │ │ │ ├── CFXM_Hit_C White.prefab.meta │ │ │ ├── Color Variants.meta │ │ │ └── Color Variants │ │ │ │ ├── CFXM_GroundHit Blue.prefab │ │ │ │ ├── CFXM_GroundHit Blue.prefab.meta │ │ │ │ ├── CFXM_GroundHit Green.prefab │ │ │ │ ├── CFXM_GroundHit Green.prefab.meta │ │ │ │ ├── CFXM_GroundHit Purple.prefab │ │ │ │ ├── CFXM_GroundHit Purple.prefab.meta │ │ │ │ ├── CFXM_Hit_A Blue.prefab │ │ │ │ ├── CFXM_Hit_A Blue.prefab.meta │ │ │ │ ├── CFXM_Hit_A Green.prefab │ │ │ │ ├── CFXM_Hit_A Green.prefab.meta │ │ │ │ ├── CFXM_Hit_A White.prefab │ │ │ │ ├── CFXM_Hit_A White.prefab.meta │ │ │ │ ├── CFXM_Hit_A Yellow.prefab │ │ │ │ ├── CFXM_Hit_A Yellow.prefab.meta │ │ │ │ ├── CFXM_Hit_B Purple.prefab │ │ │ │ ├── CFXM_Hit_B Purple.prefab.meta │ │ │ │ ├── CFXM_Hit_B Rainbow.prefab │ │ │ │ ├── CFXM_Hit_B Rainbow.prefab.meta │ │ │ │ ├── CFXM_Hit_B Red.prefab │ │ │ │ ├── CFXM_Hit_B Red.prefab.meta │ │ │ │ ├── CFXM_Hit_B White.prefab │ │ │ │ ├── CFXM_Hit_B White.prefab.meta │ │ │ │ ├── CFXM_Hit_B Yellow.prefab │ │ │ │ ├── CFXM_Hit_B Yellow.prefab.meta │ │ │ │ ├── CFXM_Hit_C Blue.prefab │ │ │ │ ├── CFXM_Hit_C Blue.prefab.meta │ │ │ │ ├── CFXM_Hit_C Red.prefab │ │ │ │ ├── CFXM_Hit_C Red.prefab.meta │ │ │ │ ├── CFXM_Hit_C Yellow.prefab │ │ │ │ └── CFXM_Hit_C Yellow.prefab.meta │ │ ├── Misc.meta │ │ ├── Misc │ │ │ ├── CFXM_CircularLightWall+Text.prefab │ │ │ ├── CFXM_CircularLightWall+Text.prefab.meta │ │ │ ├── CFXM_CircularLightWall.prefab │ │ │ ├── CFXM_CircularLightWall.prefab.meta │ │ │ ├── CFXM_Flash.prefab │ │ │ ├── CFXM_Flash.prefab.meta │ │ │ ├── CFXM_GroundAura.prefab │ │ │ ├── CFXM_GroundAura.prefab.meta │ │ │ ├── CFXM_LightWall+Text.prefab │ │ │ ├── CFXM_LightWall+Text.prefab.meta │ │ │ ├── CFXM_LightWall.prefab │ │ │ ├── CFXM_LightWall.prefab.meta │ │ │ ├── CFXM_MagicPoof+Text.prefab │ │ │ ├── CFXM_MagicPoof+Text.prefab.meta │ │ │ ├── CFXM_MagicPoof.prefab │ │ │ ├── CFXM_MagicPoof.prefab.meta │ │ │ ├── CFXM_Poof+Text.prefab │ │ │ ├── CFXM_Poof+Text.prefab.meta │ │ │ ├── CFXM_Poof.prefab │ │ │ ├── CFXM_Poof.prefab.meta │ │ │ ├── CFXM_Slash+Text.prefab │ │ │ ├── CFXM_Slash+Text.prefab.meta │ │ │ ├── CFXM_Slash.prefab │ │ │ ├── CFXM_Slash.prefab.meta │ │ │ ├── CFXM_SoftStar.prefab │ │ │ ├── CFXM_SoftStar.prefab.meta │ │ │ ├── CFXM_SpikyAura_Character.prefab │ │ │ ├── CFXM_SpikyAura_Character.prefab.meta │ │ │ ├── CFXM_SpikyAura_Sphere.prefab │ │ │ ├── CFXM_SpikyAura_Sphere.prefab.meta │ │ │ ├── CFXM_Tornado.prefab │ │ │ ├── CFXM_Tornado.prefab.meta │ │ │ ├── CFXM_Tornado_Straight.prefab │ │ │ ├── CFXM_Tornado_Straight.prefab.meta │ │ │ ├── CFXM_Virus.prefab │ │ │ ├── CFXM_Virus.prefab.meta │ │ │ ├── Tornado Variants.meta │ │ │ └── Tornado Variants │ │ │ │ ├── CFXM_Tornado_Big.prefab │ │ │ │ ├── CFXM_Tornado_Big.prefab.meta │ │ │ │ ├── CFXM_Tornado_Big_Looped.prefab │ │ │ │ ├── CFXM_Tornado_Big_Looped.prefab.meta │ │ │ │ ├── CFXM_Tornado_Looped.prefab │ │ │ │ ├── CFXM_Tornado_Looped.prefab.meta │ │ │ │ ├── CFXM_Tornado_Straight_Big.prefab │ │ │ │ ├── CFXM_Tornado_Straight_Big.prefab.meta │ │ │ │ ├── CFXM_Tornado_Straight_Big_Looped.prefab │ │ │ │ ├── CFXM_Tornado_Straight_Big_Looped.prefab.meta │ │ │ │ ├── CFXM_Tornado_Straight_Looped.prefab │ │ │ │ └── CFXM_Tornado_Straight_Looped.prefab.meta │ │ ├── Smoke.meta │ │ ├── Smoke │ │ │ ├── CFXM_GasLeak.prefab │ │ │ ├── CFXM_GasLeak.prefab.meta │ │ │ ├── CFXM_SmokePuffs+Text.prefab │ │ │ ├── CFXM_SmokePuffs+Text.prefab.meta │ │ │ ├── CFXM_SmokePuffs.prefab │ │ │ ├── CFXM_SmokePuffs.prefab.meta │ │ │ ├── CFXM_SmokePuffsAlt+Text.prefab │ │ │ ├── CFXM_SmokePuffsAlt+Text.prefab.meta │ │ │ ├── CFXM_SmokePuffsAlt.prefab │ │ │ ├── CFXM_SmokePuffsAlt.prefab.meta │ │ │ ├── CFXM_SmokeTrail.prefab │ │ │ ├── CFXM_SmokeTrail.prefab.meta │ │ │ ├── CFXM_Sole_Smoke.prefab │ │ │ ├── CFXM_Sole_Smoke.prefab.meta │ │ │ ├── Color Variants.meta │ │ │ └── Color Variants │ │ │ │ ├── CFXM_GasLeak Green.prefab │ │ │ │ ├── CFXM_GasLeak Green.prefab.meta │ │ │ │ ├── CFXM_GasLeak Purple.prefab │ │ │ │ └── CFXM_GasLeak Purple.prefab.meta │ │ ├── Texts (drag-drop to prefabs).meta │ │ ├── Texts (drag-drop to prefabs) │ │ │ ├── CFXM_Text Boom.prefab │ │ │ ├── CFXM_Text Boom.prefab.meta │ │ │ ├── CFXM_Text Hit Random.prefab │ │ │ ├── CFXM_Text Hit Random.prefab.meta │ │ │ ├── CFXM_Text Poof.prefab │ │ │ ├── CFXM_Text Poof.prefab.meta │ │ │ ├── CFXM_Text Slash.prefab │ │ │ ├── CFXM_Text Slash.prefab.meta │ │ │ ├── CFXM_Text Splash.prefab │ │ │ ├── CFXM_Text Splash.prefab.meta │ │ │ ├── CFXM_Text Wham Ground.prefab │ │ │ ├── CFXM_Text Wham Ground.prefab.meta │ │ │ ├── CFXM_Text Wham.prefab │ │ │ ├── CFXM_Text Wham.prefab.meta │ │ │ ├── CFXM_Text Wooosh Ground.prefab │ │ │ ├── CFXM_Text Wooosh Ground.prefab.meta │ │ │ ├── CFXM_Text Zap.prefab │ │ │ └── CFXM_Text Zap.prefab.meta │ │ ├── Water.meta │ │ └── Water │ │ │ ├── CFXM_Fountain.prefab │ │ │ ├── CFXM_Fountain.prefab.meta │ │ │ ├── CFXM_Ripple.prefab │ │ │ ├── CFXM_Ripple.prefab.meta │ │ │ ├── CFXM_Splash+Text.prefab │ │ │ ├── CFXM_Splash+Text.prefab.meta │ │ │ ├── CFXM_Splash.prefab │ │ │ └── CFXM_Splash.prefab.meta │ ├── CFX Prefabs.meta │ ├── CFX Prefabs │ │ ├── Electric.meta │ │ ├── Electric │ │ │ ├── CFX_ElectricGround.prefab │ │ │ ├── CFX_ElectricGround.prefab.meta │ │ │ ├── CFX_ElectricMesh.prefab │ │ │ ├── CFX_ElectricMesh.prefab.meta │ │ │ ├── CFX_ElectricityBall.prefab │ │ │ ├── CFX_ElectricityBall.prefab.meta │ │ │ ├── CFX_ElectricityBall_Alt.prefab │ │ │ ├── CFX_ElectricityBall_Alt.prefab.meta │ │ │ ├── CFX_ElectricityBolt+Text.prefab │ │ │ ├── CFX_ElectricityBolt+Text.prefab.meta │ │ │ ├── CFX_ElectricityBolt.prefab │ │ │ ├── CFX_ElectricityBolt.prefab.meta │ │ │ ├── CFX_Thunderbolt.prefab │ │ │ ├── CFX_Thunderbolt.prefab.meta │ │ │ ├── CFX_ThunderboltExplosion.prefab │ │ │ └── CFX_ThunderboltExplosion.prefab.meta │ │ ├── Explosions.meta │ │ ├── Explosions │ │ │ ├── CFX_Explosion+Text.prefab │ │ │ ├── CFX_Explosion+Text.prefab.meta │ │ │ ├── CFX_Explosion.prefab │ │ │ ├── CFX_Explosion.prefab.meta │ │ │ ├── CFX_Firework.prefab │ │ │ ├── CFX_Firework.prefab.meta │ │ │ ├── CFX_GroundExplosion+Text.prefab │ │ │ ├── CFX_GroundExplosion+Text.prefab.meta │ │ │ ├── CFX_GroundExplosion.prefab │ │ │ ├── CFX_GroundExplosion.prefab.meta │ │ │ ├── CFX_GroundSmokeExplosionAlt.prefab │ │ │ ├── CFX_GroundSmokeExplosionAlt.prefab.meta │ │ │ ├── CFX_SmallExplosion.prefab │ │ │ ├── CFX_SmallExplosion.prefab.meta │ │ │ ├── CFX_SmallExplosionAlt.prefab │ │ │ ├── CFX_SmallExplosionAlt.prefab.meta │ │ │ ├── CFX_SmokeExplosion.prefab │ │ │ ├── CFX_SmokeExplosion.prefab.meta │ │ │ ├── CFX_SmokeExplosionAlt.prefab │ │ │ ├── CFX_SmokeExplosionAlt.prefab.meta │ │ │ ├── Firework Variants.meta │ │ │ └── Firework Variants │ │ │ │ ├── CFX_Firework_Blue.prefab │ │ │ │ ├── CFX_Firework_Blue.prefab.meta │ │ │ │ ├── CFX_Firework_Green.prefab │ │ │ │ ├── CFX_Firework_Green.prefab.meta │ │ │ │ ├── CFX_Firework_Orange.prefab │ │ │ │ ├── CFX_Firework_Orange.prefab.meta │ │ │ │ ├── CFX_Firework_Red.prefab │ │ │ │ └── CFX_Firework_Red.prefab.meta │ │ ├── Fire.meta │ │ ├── Fire │ │ │ ├── CFX_DoubleFlameA.prefab │ │ │ ├── CFX_DoubleFlameA.prefab.meta │ │ │ ├── CFX_DoubleFlameB.prefab │ │ │ ├── CFX_DoubleFlameB.prefab.meta │ │ │ ├── CFX_DoubleFlameC.prefab │ │ │ ├── CFX_DoubleFlameC.prefab.meta │ │ │ ├── CFX_FlameA.prefab │ │ │ ├── CFX_FlameA.prefab.meta │ │ │ ├── CFX_FlameB.prefab │ │ │ ├── CFX_FlameB.prefab.meta │ │ │ ├── CFX_FlameC.prefab │ │ │ ├── CFX_FlameC.prefab.meta │ │ │ ├── Color Variants.meta │ │ │ └── Color Variants │ │ │ │ ├── CFX_DoubleFlameA Blue.prefab │ │ │ │ ├── CFX_DoubleFlameA Blue.prefab.meta │ │ │ │ ├── CFX_DoubleFlameA Purple.prefab │ │ │ │ ├── CFX_DoubleFlameA Purple.prefab.meta │ │ │ │ ├── CFX_DoubleFlameB Green.prefab │ │ │ │ ├── CFX_DoubleFlameB Green.prefab.meta │ │ │ │ ├── CFX_DoubleFlameB Yellow.prefab │ │ │ │ ├── CFX_DoubleFlameB Yellow.prefab.meta │ │ │ │ ├── CFX_DoubleFlameC Black.prefab │ │ │ │ ├── CFX_DoubleFlameC Black.prefab.meta │ │ │ │ ├── CFX_DoubleFlameC White.prefab │ │ │ │ ├── CFX_DoubleFlameC White.prefab.meta │ │ │ │ ├── CFX_FlameA Blue.prefab │ │ │ │ ├── CFX_FlameA Blue.prefab.meta │ │ │ │ ├── CFX_FlameA Green.prefab │ │ │ │ ├── CFX_FlameA Green.prefab.meta │ │ │ │ ├── CFX_FlameA Yellow.prefab │ │ │ │ ├── CFX_FlameA Yellow.prefab.meta │ │ │ │ ├── CFX_FlameB_Gaz.prefab │ │ │ │ ├── CFX_FlameB_Gaz.prefab.meta │ │ │ │ ├── CFX_FlameB_Green.prefab │ │ │ │ ├── CFX_FlameB_Green.prefab.meta │ │ │ │ ├── CFX_FlameB_Purple.prefab │ │ │ │ ├── CFX_FlameB_Purple.prefab.meta │ │ │ │ ├── CFX_FlameC_Blue.prefab │ │ │ │ ├── CFX_FlameC_Blue.prefab.meta │ │ │ │ ├── CFX_FlameC_Orange.prefab │ │ │ │ ├── CFX_FlameC_Orange.prefab.meta │ │ │ │ ├── CFX_FlameC_Red.prefab │ │ │ │ └── CFX_FlameC_Red.prefab.meta │ │ ├── Hits.meta │ │ ├── Hits │ │ │ ├── CFX_GroundHit+Text.prefab │ │ │ ├── CFX_GroundHit+Text.prefab.meta │ │ │ ├── CFX_GroundHit.prefab │ │ │ ├── CFX_GroundHit.prefab.meta │ │ │ ├── CFX_Hit_A Directional Red.prefab │ │ │ ├── CFX_Hit_A Directional Red.prefab.meta │ │ │ ├── CFX_Hit_A Red+RandomText.prefab │ │ │ ├── CFX_Hit_A Red+RandomText.prefab.meta │ │ │ ├── CFX_Hit_A Red.prefab │ │ │ ├── CFX_Hit_A Red.prefab.meta │ │ │ ├── CFX_Hit_B Blue.prefab │ │ │ ├── CFX_Hit_B Blue.prefab.meta │ │ │ ├── CFX_Hit_B Directional Blue.prefab │ │ │ ├── CFX_Hit_B Directional Blue.prefab.meta │ │ │ ├── CFX_Hit_C Directional White.prefab │ │ │ ├── CFX_Hit_C Directional White.prefab.meta │ │ │ ├── CFX_Hit_C White+Text.prefab │ │ │ ├── CFX_Hit_C White+Text.prefab.meta │ │ │ ├── CFX_Hit_C White.prefab │ │ │ ├── CFX_Hit_C White.prefab.meta │ │ │ ├── Color Variants.meta │ │ │ └── Color Variants │ │ │ │ ├── CFX_GroundHit Blue.prefab │ │ │ │ ├── CFX_GroundHit Blue.prefab.meta │ │ │ │ ├── CFX_GroundHit Green.prefab │ │ │ │ ├── CFX_GroundHit Green.prefab.meta │ │ │ │ ├── CFX_GroundHit Purple.prefab │ │ │ │ ├── CFX_GroundHit Purple.prefab.meta │ │ │ │ ├── CFX_Hit_A Blue.prefab │ │ │ │ ├── CFX_Hit_A Blue.prefab.meta │ │ │ │ ├── CFX_Hit_A Green.prefab │ │ │ │ ├── CFX_Hit_A Green.prefab.meta │ │ │ │ ├── CFX_Hit_A White.prefab │ │ │ │ ├── CFX_Hit_A White.prefab.meta │ │ │ │ ├── CFX_Hit_A Yellow.prefab │ │ │ │ ├── CFX_Hit_A Yellow.prefab.meta │ │ │ │ ├── CFX_Hit_B Purple.prefab │ │ │ │ ├── CFX_Hit_B Purple.prefab.meta │ │ │ │ ├── CFX_Hit_B Rainbow.prefab │ │ │ │ ├── CFX_Hit_B Rainbow.prefab.meta │ │ │ │ ├── CFX_Hit_B Red.prefab │ │ │ │ ├── CFX_Hit_B Red.prefab.meta │ │ │ │ ├── CFX_Hit_B White.prefab │ │ │ │ ├── CFX_Hit_B White.prefab.meta │ │ │ │ ├── CFX_Hit_B Yellow.prefab │ │ │ │ ├── CFX_Hit_B Yellow.prefab.meta │ │ │ │ ├── CFX_Hit_C Blue.prefab │ │ │ │ ├── CFX_Hit_C Blue.prefab.meta │ │ │ │ ├── CFX_Hit_C Red.prefab │ │ │ │ ├── CFX_Hit_C Red.prefab.meta │ │ │ │ ├── CFX_Hit_C Yellow.prefab │ │ │ │ └── CFX_Hit_C Yellow.prefab.meta │ │ ├── Misc.meta │ │ ├── Misc │ │ │ ├── CFX_CircularLightWall+Text.prefab │ │ │ ├── CFX_CircularLightWall+Text.prefab.meta │ │ │ ├── CFX_CircularLightWall.prefab │ │ │ ├── CFX_CircularLightWall.prefab.meta │ │ │ ├── CFX_Flash.prefab │ │ │ ├── CFX_Flash.prefab.meta │ │ │ ├── CFX_GroundAura.prefab │ │ │ ├── CFX_GroundAura.prefab.meta │ │ │ ├── CFX_LightWall+Text.prefab │ │ │ ├── CFX_LightWall+Text.prefab.meta │ │ │ ├── CFX_LightWall.prefab │ │ │ ├── CFX_LightWall.prefab.meta │ │ │ ├── CFX_MagicPoof+Text.prefab │ │ │ ├── CFX_MagicPoof+Text.prefab.meta │ │ │ ├── CFX_MagicPoof.prefab │ │ │ ├── CFX_MagicPoof.prefab.meta │ │ │ ├── CFX_Poof+Text.prefab │ │ │ ├── CFX_Poof+Text.prefab.meta │ │ │ ├── CFX_Poof.prefab │ │ │ ├── CFX_Poof.prefab.meta │ │ │ ├── CFX_Slash+Text.prefab │ │ │ ├── CFX_Slash+Text.prefab.meta │ │ │ ├── CFX_Slash.prefab │ │ │ ├── CFX_Slash.prefab.meta │ │ │ ├── CFX_SoftStar.prefab │ │ │ ├── CFX_SoftStar.prefab.meta │ │ │ ├── CFX_SpikyAura_Character.prefab │ │ │ ├── CFX_SpikyAura_Character.prefab.meta │ │ │ ├── CFX_SpikyAura_Sphere.prefab │ │ │ ├── CFX_SpikyAura_Sphere.prefab.meta │ │ │ ├── CFX_Tornado.prefab │ │ │ ├── CFX_Tornado.prefab.meta │ │ │ ├── CFX_Tornado_Straight.prefab │ │ │ ├── CFX_Tornado_Straight.prefab.meta │ │ │ ├── CFX_Virus.prefab │ │ │ ├── CFX_Virus.prefab.meta │ │ │ ├── Tornado Variants.meta │ │ │ └── Tornado Variants │ │ │ │ ├── CFX_Tornado_Big.prefab │ │ │ │ ├── CFX_Tornado_Big.prefab.meta │ │ │ │ ├── CFX_Tornado_Big_Looped.prefab │ │ │ │ ├── CFX_Tornado_Big_Looped.prefab.meta │ │ │ │ ├── CFX_Tornado_Looped.prefab │ │ │ │ ├── CFX_Tornado_Looped.prefab.meta │ │ │ │ ├── CFX_Tornado_Straight_Big.prefab │ │ │ │ ├── CFX_Tornado_Straight_Big.prefab.meta │ │ │ │ ├── CFX_Tornado_Straight_Big_Looped.prefab │ │ │ │ ├── CFX_Tornado_Straight_Big_Looped.prefab.meta │ │ │ │ ├── CFX_Tornado_Straight_Looped.prefab │ │ │ │ └── CFX_Tornado_Straight_Looped.prefab.meta │ │ ├── Smoke.meta │ │ ├── Smoke │ │ │ ├── CFX_GasLeak.prefab │ │ │ ├── CFX_GasLeak.prefab.meta │ │ │ ├── CFX_SmokePuffs+Text.prefab │ │ │ ├── CFX_SmokePuffs+Text.prefab.meta │ │ │ ├── CFX_SmokePuffs.prefab │ │ │ ├── CFX_SmokePuffs.prefab.meta │ │ │ ├── CFX_SmokePuffsAlt+Text.prefab │ │ │ ├── CFX_SmokePuffsAlt+Text.prefab.meta │ │ │ ├── CFX_SmokePuffsAlt.prefab │ │ │ ├── CFX_SmokePuffsAlt.prefab.meta │ │ │ ├── CFX_SmokeTrail.prefab │ │ │ ├── CFX_SmokeTrail.prefab.meta │ │ │ ├── CFX_Sole_Smoke.prefab │ │ │ ├── CFX_Sole_Smoke.prefab.meta │ │ │ ├── Color Variants.meta │ │ │ └── Color Variants │ │ │ │ ├── CFX_GasLeak Green.prefab │ │ │ │ ├── CFX_GasLeak Green.prefab.meta │ │ │ │ ├── CFX_GasLeak Purple.prefab │ │ │ │ └── CFX_GasLeak Purple.prefab.meta │ │ ├── Texts (drag-drop to prefabs).meta │ │ ├── Texts (drag-drop to prefabs) │ │ │ ├── CFX_Text Boom.prefab │ │ │ ├── CFX_Text Boom.prefab.meta │ │ │ ├── CFX_Text Hit Random.prefab │ │ │ ├── CFX_Text Hit Random.prefab.meta │ │ │ ├── CFX_Text Poof.prefab │ │ │ ├── CFX_Text Poof.prefab.meta │ │ │ ├── CFX_Text Slash.prefab │ │ │ ├── CFX_Text Slash.prefab.meta │ │ │ ├── CFX_Text Splash.prefab │ │ │ ├── CFX_Text Splash.prefab.meta │ │ │ ├── CFX_Text Wham Ground.prefab │ │ │ ├── CFX_Text Wham Ground.prefab.meta │ │ │ ├── CFX_Text Wham.prefab │ │ │ ├── CFX_Text Wham.prefab.meta │ │ │ ├── CFX_Text Wooosh Ground.prefab │ │ │ ├── CFX_Text Wooosh Ground.prefab.meta │ │ │ ├── CFX_Text Zap.prefab │ │ │ └── CFX_Text Zap.prefab.meta │ │ ├── Water.meta │ │ └── Water │ │ │ ├── CFX_Fountain.prefab │ │ │ ├── CFX_Fountain.prefab.meta │ │ │ ├── CFX_Ripple.prefab │ │ │ ├── CFX_Ripple.prefab.meta │ │ │ ├── CFX_Splash+Text.prefab │ │ │ ├── CFX_Splash+Text.prefab.meta │ │ │ ├── CFX_Splash.prefab │ │ │ └── CFX_Splash.prefab.meta │ ├── Materials (Mobile).meta │ ├── Materials (Mobile) │ │ ├── Animated.meta │ │ ├── Animated │ │ │ ├── CFXM_Anim_Bubble_Add.mat │ │ │ ├── CFXM_Anim_Bubble_Add.mat.meta │ │ │ ├── CFXM_Anim_Electricity_Add.mat │ │ │ ├── CFXM_Anim_Electricity_Add.mat.meta │ │ │ ├── CFXM_Anim_Poof_Add.mat │ │ │ ├── CFXM_Anim_Poof_Add.mat.meta │ │ │ ├── CFXM_Anim_Slash_Add.mat │ │ │ ├── CFXM_Anim_Slash_Add.mat.meta │ │ │ ├── CFXM_Anim_SmokePuff_Add.mat │ │ │ ├── CFXM_Anim_SmokePuff_Add.mat.meta │ │ │ ├── CFXM_Anim_SoleSmoke_Add.mat │ │ │ ├── CFXM_Anim_SoleSmoke_Add.mat.meta │ │ │ ├── CFXM_Anim_Triangle2_Add.mat │ │ │ ├── CFXM_Anim_Triangle2_Add.mat.meta │ │ │ ├── CFXM_Anim_Triangle2_AlphaBlended.mat │ │ │ ├── CFXM_Anim_Triangle2_AlphaBlended.mat.meta │ │ │ ├── CFXM_Anim_Triangle3_Add.mat │ │ │ ├── CFXM_Anim_Triangle3_Add.mat.meta │ │ │ ├── CFXM_Anim_Triangle3_Mult.mat │ │ │ ├── CFXM_Anim_Triangle3_Mult.mat.meta │ │ │ ├── CFXM_Anim_Triangle_AddSoft.mat │ │ │ └── CFXM_Anim_Triangle_AddSoft.mat.meta │ │ ├── Decals.meta │ │ ├── Decals │ │ │ ├── CFXM_BurntGround.mat │ │ │ └── CFXM_BurntGround.mat.meta │ │ ├── Electric.meta │ │ ├── Electric │ │ │ ├── CFXM_ElectricBolt_Add.mat │ │ │ ├── CFXM_ElectricBolt_Add.mat.meta │ │ │ ├── CFXM_Sparkles_Add.mat │ │ │ ├── CFXM_Sparkles_Add.mat.meta │ │ │ ├── CFXM_Thunderbolt.mat │ │ │ ├── CFXM_Thunderbolt.mat.meta │ │ │ ├── CFXM_YellowStar.mat │ │ │ └── CFXM_YellowStar.mat.meta │ │ ├── Fire.meta │ │ ├── Fire │ │ │ ├── CFXM_Flame1BW_Add.mat │ │ │ ├── CFXM_Flame1BW_Add.mat.meta │ │ │ ├── CFXM_Flame1BW_AlphaBlended.mat │ │ │ ├── CFXM_Flame1BW_AlphaBlended.mat.meta │ │ │ ├── CFXM_Flame1_Add.mat │ │ │ ├── CFXM_Flame1_Add.mat.meta │ │ │ ├── CFXM_Flame2BW_Add.mat │ │ │ ├── CFXM_Flame2BW_Add.mat.meta │ │ │ ├── CFXM_Flame2BW_AlphaBlended.mat │ │ │ ├── CFXM_Flame2BW_AlphaBlended.mat.meta │ │ │ ├── CFXM_Flame2_Add.mat │ │ │ ├── CFXM_Flame2_Add.mat.meta │ │ │ ├── CFXM_Flame3BW_Add.mat │ │ │ ├── CFXM_Flame3BW_Add.mat.meta │ │ │ ├── CFXM_Flame3BW_AlphaBlended.mat │ │ │ ├── CFXM_Flame3BW_AlphaBlended.mat.meta │ │ │ ├── CFXM_Flame3_Add.mat │ │ │ └── CFXM_Flame3_Add.mat.meta │ │ ├── Misc.meta │ │ ├── Misc │ │ │ ├── CFXM_Bubble.mat │ │ │ ├── CFXM_Bubble.mat.meta │ │ │ ├── CFXM_GasLeak.mat │ │ │ ├── CFXM_GasLeak.mat.meta │ │ │ ├── CFXM_Skull.mat │ │ │ ├── CFXM_Skull.mat.meta │ │ │ ├── CFXM_Smoke_4frms.mat │ │ │ ├── CFXM_Smoke_4frms.mat.meta │ │ │ ├── CFXM_Star Add.mat │ │ │ ├── CFXM_Star Add.mat.meta │ │ │ ├── CFXM_Tornado.mat │ │ │ ├── CFXM_Tornado.mat.meta │ │ │ ├── CFXM_WhiteCircle.mat │ │ │ └── CFXM_WhiteCircle.mat.meta │ │ ├── Stretched.meta │ │ ├── Stretched │ │ │ ├── CFXM_Ray.mat │ │ │ ├── CFXM_Ray.mat.meta │ │ │ ├── CFXM_RayRounded.mat │ │ │ ├── CFXM_RayRounded.mat.meta │ │ │ ├── CFXM_SmallSpike_AddSoft.mat │ │ │ ├── CFXM_SmallSpike_AddSoft.mat.meta │ │ │ ├── CFXM_SpacedLine.mat │ │ │ └── CFXM_SpacedLine.mat.meta │ │ ├── Texts.meta │ │ ├── Texts │ │ │ ├── CFXM_Text_Boom.mat │ │ │ ├── CFXM_Text_Boom.mat.meta │ │ │ ├── CFXM_Text_Hit_Random.mat │ │ │ ├── CFXM_Text_Hit_Random.mat.meta │ │ │ ├── CFXM_Text_Poof.mat │ │ │ ├── CFXM_Text_Poof.mat.meta │ │ │ ├── CFXM_Text_Slash.mat │ │ │ ├── CFXM_Text_Slash.mat.meta │ │ │ ├── CFXM_Text_Splash.mat │ │ │ ├── CFXM_Text_Splash.mat.meta │ │ │ ├── CFXM_Text_Wooosh.mat │ │ │ ├── CFXM_Text_Wooosh.mat.meta │ │ │ ├── CFXM_Text_Zap.mat │ │ │ └── CFXM_Text_Zap.mat.meta │ │ ├── Water.meta │ │ └── Water │ │ │ ├── CFXM_Anim_Splash_4frms.mat │ │ │ ├── CFXM_Anim_Splash_4frms.mat.meta │ │ │ ├── CFXM_Foam_AddSoft.mat │ │ │ ├── CFXM_Foam_AddSoft.mat.meta │ │ │ ├── CFXM_Fountain.mat │ │ │ ├── CFXM_Fountain.mat.meta │ │ │ ├── CFXM_Ripple_AddSoft.mat │ │ │ └── CFXM_Ripple_AddSoft.mat.meta │ ├── Materials.meta │ ├── Materials │ │ ├── Animated.meta │ │ ├── Animated │ │ │ ├── CFX_Anim_Bubble_Add.mat │ │ │ ├── CFX_Anim_Bubble_Add.mat.meta │ │ │ ├── CFX_Anim_Electricity_Add.mat │ │ │ ├── CFX_Anim_Electricity_Add.mat.meta │ │ │ ├── CFX_Anim_Poof_Add.mat │ │ │ ├── CFX_Anim_Poof_Add.mat.meta │ │ │ ├── CFX_Anim_Poof_AddSoft.mat │ │ │ ├── CFX_Anim_Poof_AddSoft.mat.meta │ │ │ ├── CFX_Anim_Slash_Add.mat │ │ │ ├── CFX_Anim_Slash_Add.mat.meta │ │ │ ├── CFX_Anim_SmokePuff_AddSoft.mat │ │ │ ├── CFX_Anim_SmokePuff_AddSoft.mat.meta │ │ │ ├── CFX_Anim_SoleSmoke_Add.mat │ │ │ ├── CFX_Anim_SoleSmoke_Add.mat.meta │ │ │ ├── CFX_Anim_Triangle2_Add.mat │ │ │ ├── CFX_Anim_Triangle2_Add.mat.meta │ │ │ ├── CFX_Anim_Triangle2_AddSoft.mat │ │ │ ├── CFX_Anim_Triangle2_AddSoft.mat.meta │ │ │ ├── CFX_Anim_Triangle2_AlphaBlended.mat │ │ │ ├── CFX_Anim_Triangle2_AlphaBlended.mat.meta │ │ │ ├── CFX_Anim_Triangle3_Add.mat │ │ │ ├── CFX_Anim_Triangle3_Add.mat.meta │ │ │ ├── CFX_Anim_Triangle3_Mult.mat │ │ │ ├── CFX_Anim_Triangle3_Mult.mat.meta │ │ │ ├── CFX_Anim_Triangle_AddSoft.mat │ │ │ └── CFX_Anim_Triangle_AddSoft.mat.meta │ │ ├── Decals.meta │ │ ├── Decals │ │ │ ├── CFX_BurntGround.mat │ │ │ └── CFX_BurntGround.mat.meta │ │ ├── Electric.meta │ │ ├── Electric │ │ │ ├── CFX_ElectricBolt_Add.mat │ │ │ ├── CFX_ElectricBolt_Add.mat.meta │ │ │ ├── CFX_Sparkles_Add.mat │ │ │ ├── CFX_Sparkles_Add.mat.meta │ │ │ ├── CFX_Thunderbolt.mat │ │ │ ├── CFX_Thunderbolt.mat.meta │ │ │ ├── CFX_YellowStar.mat │ │ │ └── CFX_YellowStar.mat.meta │ │ ├── Fire.meta │ │ ├── Fire │ │ │ ├── CFX_Flame1BW_Add.mat │ │ │ ├── CFX_Flame1BW_Add.mat.meta │ │ │ ├── CFX_Flame1BW_AlphaBlended.mat │ │ │ ├── CFX_Flame1BW_AlphaBlended.mat.meta │ │ │ ├── CFX_Flame1_Add.mat │ │ │ ├── CFX_Flame1_Add.mat.meta │ │ │ ├── CFX_Flame2BW_Add.mat │ │ │ ├── CFX_Flame2BW_Add.mat.meta │ │ │ ├── CFX_Flame2BW_AlphaBlended.mat │ │ │ ├── CFX_Flame2BW_AlphaBlended.mat.meta │ │ │ ├── CFX_Flame2_Add.mat │ │ │ ├── CFX_Flame2_Add.mat.meta │ │ │ ├── CFX_Flame3BW_Add.mat │ │ │ ├── CFX_Flame3BW_Add.mat.meta │ │ │ ├── CFX_Flame3BW_AlphaBlended.mat │ │ │ ├── CFX_Flame3BW_AlphaBlended.mat.meta │ │ │ ├── CFX_Flame3_Add.mat │ │ │ └── CFX_Flame3_Add.mat.meta │ │ ├── Misc.meta │ │ ├── Misc │ │ │ ├── CFX_Bubble.mat │ │ │ ├── CFX_Bubble.mat.meta │ │ │ ├── CFX_GasLeak.mat │ │ │ ├── CFX_GasLeak.mat.meta │ │ │ ├── CFX_Skull.mat │ │ │ ├── CFX_Skull.mat.meta │ │ │ ├── CFX_Smoke_4frms.mat │ │ │ ├── CFX_Smoke_4frms.mat.meta │ │ │ ├── CFX_Star Add.mat │ │ │ ├── CFX_Star Add.mat.meta │ │ │ ├── CFX_Tornado.mat │ │ │ ├── CFX_Tornado.mat.meta │ │ │ ├── CFX_WhiteCircle.mat │ │ │ └── CFX_WhiteCircle.mat.meta │ │ ├── Stretched.meta │ │ ├── Stretched │ │ │ ├── CFX_Ray.mat │ │ │ ├── CFX_Ray.mat.meta │ │ │ ├── CFX_RayRounded.mat │ │ │ ├── CFX_RayRounded.mat.meta │ │ │ ├── CFX_SmallSpike_AddSoft.mat │ │ │ ├── CFX_SmallSpike_AddSoft.mat.meta │ │ │ ├── CFX_SpacedLine.mat │ │ │ └── CFX_SpacedLine.mat.meta │ │ ├── Texts.meta │ │ ├── Texts │ │ │ ├── CFX_Text_Boom 1.mat │ │ │ ├── CFX_Text_Boom 1.mat.meta │ │ │ ├── CFX_Text_Boom.mat │ │ │ ├── CFX_Text_Boom.mat.meta │ │ │ ├── CFX_Text_Hit_Random.mat │ │ │ ├── CFX_Text_Hit_Random.mat.meta │ │ │ ├── CFX_Text_Poof.mat │ │ │ ├── CFX_Text_Poof.mat.meta │ │ │ ├── CFX_Text_Slash.mat │ │ │ ├── CFX_Text_Slash.mat.meta │ │ │ ├── CFX_Text_Splash.mat │ │ │ ├── CFX_Text_Splash.mat.meta │ │ │ ├── CFX_Text_Wooosh.mat │ │ │ ├── CFX_Text_Wooosh.mat.meta │ │ │ ├── CFX_Text_Zap.mat │ │ │ └── CFX_Text_Zap.mat.meta │ │ ├── Water.meta │ │ └── Water │ │ │ ├── CFX_Anim_Splash_4frms.mat │ │ │ ├── CFX_Anim_Splash_4frms.mat.meta │ │ │ ├── CFX_Foam_AddSoft.mat │ │ │ ├── CFX_Foam_AddSoft.mat.meta │ │ │ ├── CFX_Fountain.mat │ │ │ ├── CFX_Fountain.mat.meta │ │ │ ├── CFX_Ripple_AddSoft.mat │ │ │ └── CFX_Ripple_AddSoft.mat.meta │ ├── Mesh.meta │ ├── Mesh │ │ ├── CFX_Mesh_CharacterAura.fbx │ │ ├── CFX_Mesh_CharacterAura.fbx.meta │ │ ├── CFX_Mesh_Circular.FBX │ │ ├── CFX_Mesh_Circular.FBX.meta │ │ ├── CFX_Mesh_Circular1.5.asset │ │ ├── CFX_Mesh_Circular1.5.asset.meta │ │ ├── CFX_Mesh_CircularBig.FBX │ │ └── CFX_Mesh_CircularBig.FBX.meta │ ├── Shaders (Mobile).meta │ ├── Shaders (Mobile) │ │ ├── CFXM_MobileParticleAdd_Alpha8.shader │ │ └── CFXM_MobileParticleAdd_Alpha8.shader.meta │ ├── Textures (Mobile).meta │ ├── Textures (Mobile) │ │ ├── CFXM_ElectricSparkle.png │ │ ├── CFXM_ElectricSparkle.png.meta │ │ ├── CFXM_Fountain.png │ │ ├── CFXM_Fountain.png.meta │ │ ├── CFXM_T_Anim4_Bubble.png │ │ ├── CFXM_T_Anim4_Bubble.png.meta │ │ ├── CFXM_T_Anim4_RoundedLines.png │ │ ├── CFXM_T_Anim4_RoundedLines.png.meta │ │ ├── CFXM_T_Anim4_SmokePuff.png │ │ ├── CFXM_T_Anim4_SmokePuff.png.meta │ │ ├── CFXM_T_Anim4_Triangle1.png │ │ ├── CFXM_T_Anim4_Triangle1.png.meta │ │ ├── CFXM_T_Anim4_Triangle3.png │ │ ├── CFXM_T_Anim4_Triangle3.png.meta │ │ ├── CFXM_T_Anim7_Electricity.png │ │ ├── CFXM_T_Anim7_Electricity.png.meta │ │ ├── CFXM_T_Anim8_SoleSmoke.png │ │ ├── CFXM_T_Anim8_SoleSmoke.png.meta │ │ ├── CFXM_T_Anim8_Triangle2.png │ │ ├── CFXM_T_Anim8_Triangle2.png.meta │ │ ├── CFXM_T_Anim8_TripleSlash.png │ │ ├── CFXM_T_Anim8_TripleSlash.png.meta │ │ ├── CFXM_T_Bolt.png │ │ ├── CFXM_T_Bolt.png.meta │ │ ├── CFXM_T_Bubble.png │ │ ├── CFXM_T_Bubble.png.meta │ │ ├── CFXM_T_Decal_BurntGround.png │ │ ├── CFXM_T_Decal_BurntGround.png.meta │ │ ├── CFXM_T_Flame1.png │ │ ├── CFXM_T_Flame1.png.meta │ │ ├── CFXM_T_Flame1_BW.png │ │ ├── CFXM_T_Flame1_BW.png.meta │ │ ├── CFXM_T_Flame1_BW_AB.png │ │ ├── CFXM_T_Flame1_BW_AB.png.meta │ │ ├── CFXM_T_Flame2.png │ │ ├── CFXM_T_Flame2.png.meta │ │ ├── CFXM_T_Flame2_BW.png │ │ ├── CFXM_T_Flame2_BW.png.meta │ │ ├── CFXM_T_Flame2_BW_AB.png │ │ ├── CFXM_T_Flame2_BW_AB.png.meta │ │ ├── CFXM_T_Flame3.png │ │ ├── CFXM_T_Flame3.png.meta │ │ ├── CFXM_T_Flame3_BW.png │ │ ├── CFXM_T_Flame3_BW.png.meta │ │ ├── CFXM_T_Flame3_BW_AB.png │ │ ├── CFXM_T_Flame3_BW_AB.png.meta │ │ ├── CFXM_T_Foam.png │ │ ├── CFXM_T_Foam.png.meta │ │ ├── CFXM_T_GasLeak.png │ │ ├── CFXM_T_GasLeak.png.meta │ │ ├── CFXM_T_Ray.png │ │ ├── CFXM_T_Ray.png.meta │ │ ├── CFXM_T_RayRounded.png │ │ ├── CFXM_T_RayRounded.png.meta │ │ ├── CFXM_T_Ripple.png │ │ ├── CFXM_T_Ripple.png.meta │ │ ├── CFXM_T_Skull.png │ │ ├── CFXM_T_Skull.png.meta │ │ ├── CFXM_T_Smoke_4Frames.tga │ │ ├── CFXM_T_Smoke_4Frames.tga.meta │ │ ├── CFXM_T_SpacedLine.png │ │ ├── CFXM_T_SpacedLine.png.meta │ │ ├── CFXM_T_SpacedSpike.png │ │ ├── CFXM_T_SpacedSpike.png.meta │ │ ├── CFXM_T_Splash_4Frames.png │ │ ├── CFXM_T_Splash_4Frames.png.meta │ │ ├── CFXM_T_Star.tga │ │ ├── CFXM_T_Star.tga.meta │ │ ├── CFXM_T_Text_Boom.tga │ │ ├── CFXM_T_Text_Boom.tga.meta │ │ ├── CFXM_T_Text_HitRandom.tga │ │ ├── CFXM_T_Text_HitRandom.tga.meta │ │ ├── CFXM_T_Text_Poof.tga │ │ ├── CFXM_T_Text_Poof.tga.meta │ │ ├── CFXM_T_Text_Slash.tga │ │ ├── CFXM_T_Text_Slash.tga.meta │ │ ├── CFXM_T_Text_Splash.tga │ │ ├── CFXM_T_Text_Splash.tga.meta │ │ ├── CFXM_T_Text_Woooshh.tga │ │ ├── CFXM_T_Text_Woooshh.tga.meta │ │ ├── CFXM_T_Text_Zap.tga │ │ ├── CFXM_T_Text_Zap.tga.meta │ │ ├── CFXM_T_Thunderbolt.tga │ │ ├── CFXM_T_Thunderbolt.tga.meta │ │ ├── CFXM_T_Tornado.png │ │ ├── CFXM_T_Tornado.png.meta │ │ ├── CFXM_T_WhiteCircleSmall.png │ │ └── CFXM_T_WhiteCircleSmall.png.meta │ ├── Textures.meta │ └── Textures │ │ ├── CFX_ElectricSparkle.png │ │ ├── CFX_ElectricSparkle.png.meta │ │ ├── CFX_Fountain.png │ │ ├── CFX_Fountain.png.meta │ │ ├── CFX_T_Anim4_Bubble.png │ │ ├── CFX_T_Anim4_Bubble.png.meta │ │ ├── CFX_T_Anim4_RoundedLines.png │ │ ├── CFX_T_Anim4_RoundedLines.png.meta │ │ ├── CFX_T_Anim4_SmokePuff.png │ │ ├── CFX_T_Anim4_SmokePuff.png.meta │ │ ├── CFX_T_Anim4_Triangle1.png │ │ ├── CFX_T_Anim4_Triangle1.png.meta │ │ ├── CFX_T_Anim4_Triangle3.png │ │ ├── CFX_T_Anim4_Triangle3.png.meta │ │ ├── CFX_T_Anim7_Electricity.png │ │ ├── CFX_T_Anim7_Electricity.png.meta │ │ ├── CFX_T_Anim8_SoleSmoke.png │ │ ├── CFX_T_Anim8_SoleSmoke.png.meta │ │ ├── CFX_T_Anim8_Triangle2.png │ │ ├── CFX_T_Anim8_Triangle2.png.meta │ │ ├── CFX_T_Anim8_TripleSlash.png │ │ ├── CFX_T_Anim8_TripleSlash.png.meta │ │ ├── CFX_T_Bolt.png │ │ ├── CFX_T_Bolt.png.meta │ │ ├── CFX_T_Bubble.png │ │ ├── CFX_T_Bubble.png.meta │ │ ├── CFX_T_Decal_BurntGround.png │ │ ├── CFX_T_Decal_BurntGround.png.meta │ │ ├── CFX_T_Flame1.png │ │ ├── CFX_T_Flame1.png.meta │ │ ├── CFX_T_Flame1_BW.png │ │ ├── CFX_T_Flame1_BW.png.meta │ │ ├── CFX_T_Flame1_BW_AB.png │ │ ├── CFX_T_Flame1_BW_AB.png.meta │ │ ├── CFX_T_Flame2.png │ │ ├── CFX_T_Flame2.png.meta │ │ ├── CFX_T_Flame2_BW.png │ │ ├── CFX_T_Flame2_BW.png.meta │ │ ├── CFX_T_Flame2_BW_AB.png │ │ ├── CFX_T_Flame2_BW_AB.png.meta │ │ ├── CFX_T_Flame3.png │ │ ├── CFX_T_Flame3.png.meta │ │ ├── CFX_T_Flame3_BW.png │ │ ├── CFX_T_Flame3_BW.png.meta │ │ ├── CFX_T_Flame3_BW_AB.png │ │ ├── CFX_T_Flame3_BW_AB.png.meta │ │ ├── CFX_T_Foam.png │ │ ├── CFX_T_Foam.png.meta │ │ ├── CFX_T_GasLeak.png │ │ ├── CFX_T_GasLeak.png.meta │ │ ├── CFX_T_Ray.png │ │ ├── CFX_T_Ray.png.meta │ │ ├── CFX_T_RayRounded.png │ │ ├── CFX_T_RayRounded.png.meta │ │ ├── CFX_T_Ripple.png │ │ ├── CFX_T_Ripple.png.meta │ │ ├── CFX_T_Skull.png │ │ ├── CFX_T_Skull.png.meta │ │ ├── CFX_T_Smoke_4Frames.tga │ │ ├── CFX_T_Smoke_4Frames.tga.meta │ │ ├── CFX_T_SpacedLine.png │ │ ├── CFX_T_SpacedLine.png.meta │ │ ├── CFX_T_SpacedSpike.png │ │ ├── CFX_T_SpacedSpike.png.meta │ │ ├── CFX_T_Splash_4Frames.png │ │ ├── CFX_T_Splash_4Frames.png.meta │ │ ├── CFX_T_Star Add.png │ │ ├── CFX_T_Star Add.png.meta │ │ ├── CFX_T_Star.tga │ │ ├── CFX_T_Star.tga.meta │ │ ├── CFX_T_Text_Boom.tga │ │ ├── CFX_T_Text_Boom.tga.meta │ │ ├── CFX_T_Text_HitRandom.tga │ │ ├── CFX_T_Text_HitRandom.tga.meta │ │ ├── CFX_T_Text_Poof.tga │ │ ├── CFX_T_Text_Poof.tga.meta │ │ ├── CFX_T_Text_Slash.tga │ │ ├── CFX_T_Text_Slash.tga.meta │ │ ├── CFX_T_Text_Splash.tga │ │ ├── CFX_T_Text_Splash.tga.meta │ │ ├── CFX_T_Text_Woooshh.tga │ │ ├── CFX_T_Text_Woooshh.tga.meta │ │ ├── CFX_T_Text_Zap.tga │ │ ├── CFX_T_Text_Zap.tga.meta │ │ ├── CFX_T_Thunderbolt.tga │ │ ├── CFX_T_Thunderbolt.tga.meta │ │ ├── CFX_T_Tornado.png │ │ ├── CFX_T_Tornado.png.meta │ │ ├── CFX_T_WhiteCircleSmall.png │ │ └── CFX_T_WhiteCircleSmall.png.meta ├── ClickMove.prefab ├── ClickMove.prefab.meta ├── Commoand.cs ├── Commoand.cs.meta ├── DreamerTool.meta ├── DreamerTool │ ├── AudioClips.cs │ ├── AudioClips.cs.meta │ ├── AudioManager.cs │ ├── AudioManager.cs.meta │ ├── AutoMoveObject.cs │ ├── AutoMoveObject.cs.meta │ ├── AutoRotateObject.cs │ ├── AutoRotateObject.cs.meta │ ├── BaseConfig.cs │ ├── BaseConfig.cs.meta │ ├── BoxView.cs │ ├── BoxView.cs.meta │ ├── ButtonGroup.cs │ ├── ButtonGroup.cs.meta │ ├── ClearTrigger.cs │ ├── ClearTrigger.cs.meta │ ├── ConfigLoader.cs │ ├── ConfigLoader.cs.meta │ ├── CoolButton.cs │ ├── CoolButton.cs.meta │ ├── Demigiant.meta │ ├── Demigiant │ │ ├── DOTween.meta │ │ ├── DOTween │ │ │ ├── DOTween.XML │ │ │ ├── DOTween.XML.meta │ │ │ ├── DOTween.dll │ │ │ ├── DOTween.dll.mdb │ │ │ ├── DOTween.dll.mdb.meta │ │ │ ├── DOTween.dll.meta │ │ │ ├── DOTween43.dll │ │ │ ├── DOTween43.dll.mdb │ │ │ ├── DOTween43.dll.mdb.meta │ │ │ ├── DOTween43.dll.meta │ │ │ ├── DOTween43.xml │ │ │ ├── DOTween43.xml.meta │ │ │ ├── DOTween46.dll │ │ │ ├── DOTween46.dll.mdb │ │ │ ├── DOTween46.dll.mdb.meta │ │ │ ├── DOTween46.dll.meta │ │ │ ├── DOTween46.xml │ │ │ ├── DOTween46.xml.meta │ │ │ ├── DOTween50.dll │ │ │ ├── DOTween50.dll.mdb │ │ │ ├── DOTween50.dll.mdb.meta │ │ │ ├── DOTween50.dll.meta │ │ │ ├── DOTween50.xml │ │ │ ├── DOTween50.xml.meta │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── DOTweenEditor.XML │ │ │ │ ├── DOTweenEditor.XML.meta │ │ │ │ ├── DOTweenEditor.dll │ │ │ │ ├── DOTweenEditor.dll.mdb │ │ │ │ ├── DOTweenEditor.dll.mdb.meta │ │ │ │ ├── DOTweenEditor.dll.meta │ │ │ │ ├── Imgs.meta │ │ │ │ └── Imgs │ │ │ │ │ ├── DOTweenIcon.png │ │ │ │ │ ├── DOTweenIcon.png.meta │ │ │ │ │ ├── Footer.png │ │ │ │ │ ├── Footer.png.meta │ │ │ │ │ ├── Footer_dark.png │ │ │ │ │ ├── Footer_dark.png.meta │ │ │ │ │ ├── Header.jpg │ │ │ │ │ └── Header.jpg.meta │ │ │ ├── readme.txt │ │ │ └── readme.txt.meta │ │ ├── DOTweenPro Examples.meta │ │ ├── DOTweenPro Examples │ │ │ ├── DOTweenAnimation_Advanced.unity │ │ │ ├── DOTweenAnimation_Advanced.unity.meta │ │ │ ├── DOTweenAnimation_Basics.unity │ │ │ ├── DOTweenAnimation_Basics.unity.meta │ │ │ ├── DOTweenPath.unity │ │ │ ├── DOTweenPath.unity.meta │ │ │ ├── Examples Assets.meta │ │ │ └── Examples Assets │ │ │ │ ├── dotweenpro_logo.png │ │ │ │ └── dotweenpro_logo.png.meta │ │ ├── DOTweenPro.meta │ │ ├── DOTweenPro │ │ │ ├── DOTweenAnimation.cs │ │ │ ├── DOTweenAnimation.cs.meta │ │ │ ├── DOTweenPro.XML │ │ │ ├── DOTweenPro.XML.meta │ │ │ ├── DOTweenPro.dll │ │ │ ├── DOTweenPro.dll.mdb │ │ │ ├── DOTweenPro.dll.mdb.meta │ │ │ ├── DOTweenPro.dll.meta │ │ │ ├── DOTweenTextMeshPro.cs.addon │ │ │ ├── DOTweenTextMeshPro.cs.addon.meta │ │ │ ├── DOTweenTk2d.cs.addon │ │ │ ├── DOTweenTk2d.cs.addon.meta │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── DOTweenAnimationInspector.cs │ │ │ │ ├── DOTweenAnimationInspector.cs.meta │ │ │ │ ├── DOTweenProEditor.XML │ │ │ │ ├── DOTweenProEditor.XML.meta │ │ │ │ ├── DOTweenProEditor.dll │ │ │ │ ├── DOTweenProEditor.dll.mdb │ │ │ │ ├── DOTweenProEditor.dll.mdb.meta │ │ │ │ └── DOTweenProEditor.dll.meta │ │ │ ├── readme.txt │ │ │ └── readme.txt.meta │ │ ├── DemiLib.meta │ │ ├── DemiLib │ │ │ ├── Core.meta │ │ │ └── Core │ │ │ │ ├── DemiLib.dll │ │ │ │ ├── DemiLib.dll.mdb │ │ │ │ ├── DemiLib.dll.mdb.meta │ │ │ │ ├── DemiLib.dll.meta │ │ │ │ ├── DemiLib.xml │ │ │ │ ├── DemiLib.xml.meta │ │ │ │ ├── Editor.meta │ │ │ │ └── Editor │ │ │ │ ├── DemiEditor.dll │ │ │ │ ├── DemiEditor.dll.mdb │ │ │ │ ├── DemiEditor.dll.mdb.meta │ │ │ │ ├── DemiEditor.dll.meta │ │ │ │ ├── DemiEditor.xml │ │ │ │ ├── DemiEditor.xml.meta │ │ │ │ ├── Imgs.meta │ │ │ │ └── Imgs │ │ │ │ ├── blackSquare.png │ │ │ │ ├── blackSquare.png.meta │ │ │ │ ├── blackSquareAlpha10.png │ │ │ │ ├── blackSquareAlpha10.png.meta │ │ │ │ ├── blackSquareAlpha15.png │ │ │ │ ├── blackSquareAlpha15.png.meta │ │ │ │ ├── blackSquareAlpha25.png │ │ │ │ ├── blackSquareAlpha25.png.meta │ │ │ │ ├── blackSquareAlpha50.png │ │ │ │ ├── blackSquareAlpha50.png.meta │ │ │ │ ├── blackSquareAlpha80.png │ │ │ │ ├── blackSquareAlpha80.png.meta │ │ │ │ ├── blueSquare.png │ │ │ │ ├── blueSquare.png.meta │ │ │ │ ├── circle.png │ │ │ │ ├── circle.png.meta │ │ │ │ ├── greenSquare.png │ │ │ │ ├── greenSquare.png.meta │ │ │ │ ├── grid_bright.png │ │ │ │ ├── grid_bright.png.meta │ │ │ │ ├── grid_dark.png │ │ │ │ ├── grid_dark.png.meta │ │ │ │ ├── ico_alert.png │ │ │ │ ├── ico_alert.png.meta │ │ │ │ ├── ico_alignB.png │ │ │ │ ├── ico_alignB.png.meta │ │ │ │ ├── ico_alignBC.png │ │ │ │ ├── ico_alignBC.png.meta │ │ │ │ ├── ico_alignBL.png │ │ │ │ ├── ico_alignBL.png.meta │ │ │ │ ├── ico_alignBR.png │ │ │ │ ├── ico_alignBR.png.meta │ │ │ │ ├── ico_alignCC.png │ │ │ │ ├── ico_alignCC.png.meta │ │ │ │ ├── ico_alignCL.png │ │ │ │ ├── ico_alignCL.png.meta │ │ │ │ ├── ico_alignCR.png │ │ │ │ ├── ico_alignCR.png.meta │ │ │ │ ├── ico_alignHC.png │ │ │ │ ├── ico_alignHC.png.meta │ │ │ │ ├── ico_alignL.png │ │ │ │ ├── ico_alignL.png.meta │ │ │ │ ├── ico_alignR.png │ │ │ │ ├── ico_alignR.png.meta │ │ │ │ ├── ico_alignT.png │ │ │ │ ├── ico_alignT.png.meta │ │ │ │ ├── ico_alignTC.png │ │ │ │ ├── ico_alignTC.png.meta │ │ │ │ ├── ico_alignTL.png │ │ │ │ ├── ico_alignTL.png.meta │ │ │ │ ├── ico_alignTR.png │ │ │ │ ├── ico_alignTR.png.meta │ │ │ │ ├── ico_alignVC.png │ │ │ │ ├── ico_alignVC.png.meta │ │ │ │ ├── ico_camera.png │ │ │ │ ├── ico_camera.png.meta │ │ │ │ ├── ico_camera_border.png │ │ │ │ ├── ico_camera_border.png.meta │ │ │ │ ├── ico_cog.png │ │ │ │ ├── ico_cog.png.meta │ │ │ │ ├── ico_cog_border.png │ │ │ │ ├── ico_cog_border.png.meta │ │ │ │ ├── ico_comment.png │ │ │ │ ├── ico_comment.png.meta │ │ │ │ ├── ico_comment_border.png │ │ │ │ ├── ico_comment_border.png.meta │ │ │ │ ├── ico_delete.png │ │ │ │ ├── ico_delete.png.meta │ │ │ │ ├── ico_end.png │ │ │ │ ├── ico_end.png.meta │ │ │ │ ├── ico_heart.png │ │ │ │ ├── ico_heart.png.meta │ │ │ │ ├── ico_heart_border.png │ │ │ │ ├── ico_heart_border.png.meta │ │ │ │ ├── ico_nodeArrow.png │ │ │ │ ├── ico_nodeArrow.png.meta │ │ │ │ ├── ico_play.png │ │ │ │ ├── ico_play.png.meta │ │ │ │ ├── ico_play_border.png │ │ │ │ ├── ico_play_border.png.meta │ │ │ │ ├── ico_skull.png │ │ │ │ ├── ico_skull.png.meta │ │ │ │ ├── ico_skull_border.png │ │ │ │ ├── ico_skull_border.png.meta │ │ │ │ ├── ico_star.png │ │ │ │ ├── ico_star.png.meta │ │ │ │ ├── ico_star_border.png │ │ │ │ ├── ico_star_border.png.meta │ │ │ │ ├── ico_ui.png │ │ │ │ ├── ico_ui.png.meta │ │ │ │ ├── ico_ui_border.png │ │ │ │ ├── ico_ui_border.png.meta │ │ │ │ ├── orangeSquare.png │ │ │ │ ├── orangeSquare.png.meta │ │ │ │ ├── purpleSquare.png │ │ │ │ ├── purpleSquare.png.meta │ │ │ │ ├── redSquare.png │ │ │ │ ├── redSquare.png.meta │ │ │ │ ├── squareBorder.png │ │ │ │ ├── squareBorder.png.meta │ │ │ │ ├── squareBorderAlpha15.png │ │ │ │ ├── squareBorderAlpha15.png.meta │ │ │ │ ├── squareBorderCurved.png │ │ │ │ ├── squareBorderCurved.png.meta │ │ │ │ ├── squareBorderCurvedAlpha.png │ │ │ │ ├── squareBorderCurvedAlpha.png.meta │ │ │ │ ├── squareBorderCurvedEmpty.png │ │ │ │ ├── squareBorderCurvedEmpty.png.meta │ │ │ │ ├── squareBorderCurvedEmpty02.png │ │ │ │ ├── squareBorderCurvedEmpty02.png.meta │ │ │ │ ├── squareBorderCurvedEmptyThick.png │ │ │ │ ├── squareBorderCurvedEmptyThick.png.meta │ │ │ │ ├── squareBorderCurved_darkBordersAlpha.png │ │ │ │ ├── squareBorderCurved_darkBordersAlpha.png.meta │ │ │ │ ├── squareBorderEmpty.png │ │ │ │ ├── squareBorderEmpty.png.meta │ │ │ │ ├── squareBorderEmpty01.png │ │ │ │ ├── squareBorderEmpty01.png.meta │ │ │ │ ├── squareBorderEmpty02.png │ │ │ │ ├── squareBorderEmpty02.png.meta │ │ │ │ ├── squareBorderEmpty03.png │ │ │ │ ├── squareBorderEmpty03.png.meta │ │ │ │ ├── squareBorderThickEmpty.png │ │ │ │ ├── squareBorderThickEmpty.png.meta │ │ │ │ ├── squareBorderThickerEmpty.png │ │ │ │ ├── squareBorderThickerEmpty.png.meta │ │ │ │ ├── squareCorners03.png │ │ │ │ ├── squareCorners03.png.meta │ │ │ │ ├── squareCornersEmpty02.png │ │ │ │ ├── squareCornersEmpty02.png.meta │ │ │ │ ├── whiteDot.png │ │ │ │ ├── whiteDot.png.meta │ │ │ │ ├── whiteDot_darkBorder.png │ │ │ │ ├── whiteDot_darkBorder.png.meta │ │ │ │ ├── whiteDot_whiteBorderAlpha.png │ │ │ │ ├── whiteDot_whiteBorderAlpha.png.meta │ │ │ │ ├── whiteSquare.png │ │ │ │ ├── whiteSquare.png.meta │ │ │ │ ├── whiteSquareAlpha10.png │ │ │ │ ├── whiteSquareAlpha10.png.meta │ │ │ │ ├── whiteSquareAlpha15.png │ │ │ │ ├── whiteSquareAlpha15.png.meta │ │ │ │ ├── whiteSquareAlpha25.png │ │ │ │ ├── whiteSquareAlpha25.png.meta │ │ │ │ ├── whiteSquareAlpha50.png │ │ │ │ ├── whiteSquareAlpha50.png.meta │ │ │ │ ├── whiteSquareAlpha80.png │ │ │ │ ├── whiteSquareAlpha80.png.meta │ │ │ │ ├── whiteSquare_fadeOut_bt.png │ │ │ │ ├── whiteSquare_fadeOut_bt.png.meta │ │ │ │ ├── yellowSquare.png │ │ │ │ └── yellowSquare.png.meta │ │ ├── readme_DOTweenPro.txt │ │ └── readme_DOTweenPro.txt.meta │ ├── DreamerButton.cs │ ├── DreamerButton.cs.meta │ ├── DreamerButtonEditor.cs │ ├── DreamerButtonEditor.cs.meta │ ├── FSM_Animation.cs │ ├── FSM_Animation.cs.meta │ ├── FollowObject.cs │ ├── FollowObject.cs.meta │ ├── GameObjectPoolPrefabs.cs │ ├── GameObjectPoolPrefabs.cs.meta │ ├── GizmoPoint.cs │ ├── GizmoPoint.cs.meta │ ├── JoyStick.cs │ ├── JoyStick.cs.meta │ ├── LitJson.meta │ ├── LitJson │ │ ├── AssemblyInfo.cs.in │ │ ├── AssemblyInfo.cs.in.meta │ │ ├── IJsonWrapper.cs │ │ ├── IJsonWrapper.cs.meta │ │ ├── JosnNonFieldAttribute.cs │ │ ├── JosnNonFieldAttribute.cs.meta │ │ ├── JsonData.cs │ │ ├── JsonData.cs.meta │ │ ├── JsonException.cs │ │ ├── JsonException.cs.meta │ │ ├── JsonMapper.cs │ │ ├── JsonMapper.cs.meta │ │ ├── JsonMockWrapper.cs │ │ ├── JsonMockWrapper.cs.meta │ │ ├── JsonReader.cs │ │ ├── JsonReader.cs.meta │ │ ├── JsonWriter.cs │ │ ├── JsonWriter.cs.meta │ │ ├── Lexer.cs │ │ ├── Lexer.cs.meta │ │ ├── ParserToken.cs │ │ └── ParserToken.cs.meta │ ├── MonoManager.cs │ ├── MonoManager.cs.meta │ ├── ParallaxLayer.cs │ ├── ParallaxLayer.cs.meta │ ├── PopText.cs │ ├── PopText.cs.meta │ ├── ResManager.cs │ ├── ResManager.cs.meta │ ├── ToggleButton.cs │ ├── ToggleButton.cs.meta │ ├── ToggleButtonEditor.cs │ ├── ToggleButtonEditor.cs.meta │ ├── Tool.cs │ └── Tool.cs.meta ├── Eye.mp3 ├── Eye.mp3.meta ├── GameScene.cs ├── GameScene.cs.meta ├── GameStatic.cs ├── GameStatic.cs.meta ├── HeroAnimationEvent.cs ├── HeroAnimationEvent.cs.meta ├── HeroCommoand.cs ├── HeroCommoand.cs.meta ├── HeroUnitController.cs ├── HeroUnitController.cs.meta ├── InputHandler.cs ├── InputHandler.cs.meta ├── KunaiRotation.cs ├── KunaiRotation.cs.meta ├── Materials.meta ├── Materials │ ├── 未标题-1.mat │ └── 未标题-1.mat.meta ├── MyEnum.cs ├── MyEnum.cs.meta ├── New Material 1.mat ├── New Material 1.mat.meta ├── New Material.mat ├── New Material.mat.meta ├── Q.mp3 ├── Q.mp3.meta ├── Q_2.mp3 ├── Q_2.mp3.meta ├── Q_Hit.mp3 ├── Q_Hit.mp3.meta ├── RTS Effects.meta ├── RTS Effects │ ├── Materials.meta │ ├── Materials │ │ ├── arrow.mat │ │ ├── arrow.mat.meta │ │ ├── ring.mat │ │ ├── ring.mat.meta │ │ ├── ringgreen.mat │ │ └── ringgreen.mat.meta │ ├── Models.meta │ ├── Models │ │ ├── ClickArrow01.FBX │ │ ├── ClickArrow01.FBX.meta │ │ ├── Materials.meta │ │ └── Materials │ │ │ ├── No Name.mat │ │ │ └── No Name.mat.meta │ ├── Textures.meta │ └── Textures │ │ ├── arrowgreen.png │ │ ├── arrowgreen.png.meta │ │ ├── ringgreen.png │ │ └── ringgreen.png.meta ├── Resources.meta ├── Resources │ ├── Fight.png │ ├── Fight.png.meta │ ├── FlashEffet.prefab │ ├── FlashEffet.prefab.meta │ ├── FlashEffet_1.prefab │ ├── FlashEffet_1.prefab.meta │ ├── Idle.png │ ├── Idle.png.meta │ ├── ScriptableObject.meta │ └── ScriptableObject │ │ ├── AudioClips.asset │ │ ├── AudioClips.asset.meta │ │ ├── GameObjectPoolPrefabs.asset │ │ └── GameObjectPoolPrefabs.asset.meta ├── R音效.mp3 ├── R音效.mp3.meta ├── Scenes.meta ├── Scenes │ ├── SampleScene.meta │ ├── SampleScene.unity │ ├── SampleScene.unity.meta │ └── SampleScene │ │ ├── LightingData.asset │ │ ├── LightingData.asset.meta │ │ ├── ReflectionProbe-0.exr │ │ └── ReflectionProbe-0.exr.meta ├── SkillMissile.cs ├── SkillMissile.cs.meta ├── Skill_Q_Hit.prefab ├── Skill_Q_Hit.prefab.meta ├── Skill_Q_Missile.prefab ├── Skill_Q_Missile.prefab.meta ├── Sphere.prefab ├── Sphere.prefab.meta ├── Timer.meta ├── Timer │ ├── Example.meta │ ├── Example │ │ ├── TestTimerBehaviour.cs │ │ ├── TestTimerBehaviour.cs.meta │ │ ├── TimerExampleScene.unity │ │ └── TimerExampleScene.unity.meta │ ├── LICENSE │ ├── LICENSE.meta │ ├── Source.meta │ └── Source │ │ ├── Timer.cs │ │ ├── Timer.cs.meta │ │ ├── TimerExtensions.cs │ │ └── TimerExtensions.cs.meta ├── Unit.cs ├── Unit.cs.meta ├── W.mp3 ├── W.mp3.meta ├── mangseng.meta ├── mangseng │ ├── 1.fbx │ ├── 1.fbx.meta │ ├── 11.fbx │ ├── 11.fbx.meta │ ├── 2.fbx │ ├── 2.fbx.meta │ ├── 22.fbx │ ├── 22.fbx.meta │ ├── 3.fbx │ ├── 3.fbx.meta │ ├── 4.fbx │ ├── 4.fbx.meta │ ├── A.fbx │ ├── A.fbx.meta │ ├── A1.fbx │ ├── A1.fbx.meta │ ├── A2.fbx │ ├── A2.fbx.meta │ ├── A3.fbx │ ├── A3.fbx.meta │ ├── LeeSinLoadScreen_4.jpg │ ├── LeeSinLoadScreen_4.jpg.meta │ ├── New Material.mat │ ├── New Material.mat.meta │ ├── aln2y-m0t4q.jpg │ ├── aln2y-m0t4q.jpg.meta │ ├── daiji.fbx │ ├── daiji.fbx.meta │ ├── dance.fbx │ ├── dance.fbx.meta │ ├── joke.fbx │ ├── joke.fbx.meta │ ├── run.fbx │ ├── run.fbx.meta │ ├── si.fbx │ ├── si.fbx.meta │ ├── taunt.fbx │ └── taunt.fbx.meta ├── 闪现音效.mp3 └── 闪现音效.mp3.meta ├── Packages └── manifest.json └── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshAreas.asset ├── Physics2DSettings.asset ├── PresetManager.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── TagManager.asset ├── TimeManager.asset ├── UnityConnectSettings.asset ├── VFXManager.asset └── XRSettings.asset /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/.gitignore -------------------------------------------------------------------------------- /Assets/A.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/A.mp3 -------------------------------------------------------------------------------- /Assets/A.mp3.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/A.mp3.meta -------------------------------------------------------------------------------- /Assets/ActorController.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/ActorController.controller -------------------------------------------------------------------------------- /Assets/ActorController.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/ActorController.controller.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile).meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile).meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Electric.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Electric.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Explosions.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Explosions.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Fire.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Fire.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Fire/CFXM_FlameA.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Fire/CFXM_FlameA.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Fire/CFXM_FlameA.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Fire/CFXM_FlameA.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Fire/CFXM_FlameB.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Fire/CFXM_FlameB.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Fire/CFXM_FlameB.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Fire/CFXM_FlameB.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Fire/CFXM_FlameC.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Fire/CFXM_FlameC.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Fire/CFXM_FlameC.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Fire/CFXM_FlameC.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Fire/Color Variants.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Fire/Color Variants.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Hits.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Hits.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Hits/CFXM_GroundHit.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Hits/CFXM_GroundHit.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Hits/CFXM_Hit_A Red.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Hits/CFXM_Hit_A Red.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Hits/CFXM_Hit_B Blue.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Hits/CFXM_Hit_B Blue.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Hits/CFXM_Hit_C White.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Hits/CFXM_Hit_C White.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Hits/Color Variants.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Hits/Color Variants.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Misc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Misc.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Misc/CFXM_Flash.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Misc/CFXM_Flash.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Misc/CFXM_Flash.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Misc/CFXM_Flash.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Misc/CFXM_GroundAura.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Misc/CFXM_GroundAura.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Misc/CFXM_LightWall.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Misc/CFXM_LightWall.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Misc/CFXM_MagicPoof.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Misc/CFXM_MagicPoof.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Misc/CFXM_Poof+Text.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Misc/CFXM_Poof+Text.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Misc/CFXM_Poof.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Misc/CFXM_Poof.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Misc/CFXM_Poof.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Misc/CFXM_Poof.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Misc/CFXM_Slash+Text.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Misc/CFXM_Slash+Text.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Misc/CFXM_Slash.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Misc/CFXM_Slash.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Misc/CFXM_Slash.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Misc/CFXM_Slash.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Misc/CFXM_SoftStar.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Misc/CFXM_SoftStar.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Misc/CFXM_Tornado.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Misc/CFXM_Tornado.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Misc/CFXM_Virus.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Misc/CFXM_Virus.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Misc/CFXM_Virus.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Misc/CFXM_Virus.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Misc/Tornado Variants.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Misc/Tornado Variants.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Smoke.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Smoke.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Smoke/CFXM_GasLeak.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Smoke/CFXM_GasLeak.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Smoke/CFXM_SmokePuffs.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Smoke/CFXM_SmokePuffs.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Smoke/CFXM_SmokeTrail.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Smoke/CFXM_SmokeTrail.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Smoke/CFXM_Sole_Smoke.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Smoke/CFXM_Sole_Smoke.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Smoke/Color Variants.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Smoke/Color Variants.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Water.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Water.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Water/CFXM_Fountain.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Water/CFXM_Fountain.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Water/CFXM_Ripple.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Water/CFXM_Ripple.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs (Mobile)/Water/CFXM_Splash.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs (Mobile)/Water/CFXM_Splash.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Electric.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Electric.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Electric/CFX_ElectricGround.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Electric/CFX_ElectricGround.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Electric/CFX_ElectricMesh.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Electric/CFX_ElectricMesh.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Electric/CFX_ElectricityBall.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Electric/CFX_ElectricityBall.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Electric/CFX_ElectricityBolt.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Electric/CFX_ElectricityBolt.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Electric/CFX_Thunderbolt.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Electric/CFX_Thunderbolt.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Explosions.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Explosions.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Explosions/CFX_Explosion.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Explosions/CFX_Explosion.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Explosions/CFX_Firework.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Explosions/CFX_Firework.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Explosions/CFX_Firework.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Explosions/CFX_Firework.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Explosions/Firework Variants.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Explosions/Firework Variants.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Fire.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Fire.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Fire/CFX_DoubleFlameA.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Fire/CFX_DoubleFlameA.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Fire/CFX_DoubleFlameA.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Fire/CFX_DoubleFlameA.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Fire/CFX_DoubleFlameB.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Fire/CFX_DoubleFlameB.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Fire/CFX_DoubleFlameB.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Fire/CFX_DoubleFlameB.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Fire/CFX_DoubleFlameC.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Fire/CFX_DoubleFlameC.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Fire/CFX_DoubleFlameC.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Fire/CFX_DoubleFlameC.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Fire/CFX_FlameA.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Fire/CFX_FlameA.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Fire/CFX_FlameA.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Fire/CFX_FlameA.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Fire/CFX_FlameB.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Fire/CFX_FlameB.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Fire/CFX_FlameB.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Fire/CFX_FlameB.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Fire/CFX_FlameC.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Fire/CFX_FlameC.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Fire/CFX_FlameC.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Fire/CFX_FlameC.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Fire/Color Variants.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Fire/Color Variants.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Hits.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Hits.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Hits/CFX_GroundHit+Text.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Hits/CFX_GroundHit+Text.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Hits/CFX_GroundHit+Text.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Hits/CFX_GroundHit+Text.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Hits/CFX_GroundHit.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Hits/CFX_GroundHit.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Hits/CFX_GroundHit.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Hits/CFX_GroundHit.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Hits/CFX_Hit_A Red.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Hits/CFX_Hit_A Red.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Hits/CFX_Hit_A Red.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Hits/CFX_Hit_A Red.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Hits/CFX_Hit_B Blue.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Hits/CFX_Hit_B Blue.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Hits/CFX_Hit_B Blue.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Hits/CFX_Hit_B Blue.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Hits/CFX_Hit_C White+Text.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Hits/CFX_Hit_C White+Text.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Hits/CFX_Hit_C White.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Hits/CFX_Hit_C White.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Hits/CFX_Hit_C White.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Hits/CFX_Hit_C White.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Hits/Color Variants.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Hits/Color Variants.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Misc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Misc.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Misc/CFX_CircularLightWall.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Misc/CFX_CircularLightWall.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Misc/CFX_Flash.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Misc/CFX_Flash.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Misc/CFX_Flash.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Misc/CFX_Flash.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Misc/CFX_GroundAura.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Misc/CFX_GroundAura.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Misc/CFX_GroundAura.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Misc/CFX_GroundAura.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Misc/CFX_LightWall+Text.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Misc/CFX_LightWall+Text.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Misc/CFX_LightWall+Text.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Misc/CFX_LightWall+Text.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Misc/CFX_LightWall.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Misc/CFX_LightWall.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Misc/CFX_LightWall.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Misc/CFX_LightWall.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Misc/CFX_MagicPoof+Text.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Misc/CFX_MagicPoof+Text.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Misc/CFX_MagicPoof+Text.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Misc/CFX_MagicPoof+Text.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Misc/CFX_MagicPoof.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Misc/CFX_MagicPoof.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Misc/CFX_MagicPoof.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Misc/CFX_MagicPoof.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Misc/CFX_Poof+Text.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Misc/CFX_Poof+Text.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Misc/CFX_Poof+Text.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Misc/CFX_Poof+Text.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Misc/CFX_Poof.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Misc/CFX_Poof.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Misc/CFX_Poof.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Misc/CFX_Poof.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Misc/CFX_Slash+Text.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Misc/CFX_Slash+Text.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Misc/CFX_Slash+Text.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Misc/CFX_Slash+Text.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Misc/CFX_Slash.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Misc/CFX_Slash.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Misc/CFX_Slash.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Misc/CFX_Slash.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Misc/CFX_SoftStar.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Misc/CFX_SoftStar.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Misc/CFX_SoftStar.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Misc/CFX_SoftStar.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Misc/CFX_SpikyAura_Character.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Misc/CFX_SpikyAura_Character.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Misc/CFX_SpikyAura_Sphere.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Misc/CFX_SpikyAura_Sphere.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Misc/CFX_Tornado.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Misc/CFX_Tornado.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Misc/CFX_Tornado.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Misc/CFX_Tornado.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Misc/CFX_Tornado_Straight.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Misc/CFX_Tornado_Straight.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Misc/CFX_Virus.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Misc/CFX_Virus.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Misc/CFX_Virus.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Misc/CFX_Virus.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Misc/Tornado Variants.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Misc/Tornado Variants.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Smoke.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Smoke.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Smoke/CFX_GasLeak.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Smoke/CFX_GasLeak.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Smoke/CFX_GasLeak.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Smoke/CFX_GasLeak.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Smoke/CFX_SmokePuffs+Text.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Smoke/CFX_SmokePuffs+Text.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Smoke/CFX_SmokePuffs.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Smoke/CFX_SmokePuffs.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Smoke/CFX_SmokePuffs.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Smoke/CFX_SmokePuffs.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Smoke/CFX_SmokePuffsAlt+Text.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Smoke/CFX_SmokePuffsAlt+Text.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Smoke/CFX_SmokePuffsAlt.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Smoke/CFX_SmokePuffsAlt.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Smoke/CFX_SmokePuffsAlt.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Smoke/CFX_SmokePuffsAlt.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Smoke/CFX_SmokeTrail.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Smoke/CFX_SmokeTrail.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Smoke/CFX_SmokeTrail.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Smoke/CFX_SmokeTrail.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Smoke/CFX_Sole_Smoke.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Smoke/CFX_Sole_Smoke.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Smoke/CFX_Sole_Smoke.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Smoke/CFX_Sole_Smoke.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Smoke/Color Variants.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Smoke/Color Variants.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Texts (drag-drop to prefabs).meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Texts (drag-drop to prefabs).meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Water.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Water.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Water/CFX_Fountain.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Water/CFX_Fountain.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Water/CFX_Fountain.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Water/CFX_Fountain.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Water/CFX_Ripple.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Water/CFX_Ripple.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Water/CFX_Ripple.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Water/CFX_Ripple.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Water/CFX_Splash+Text.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Water/CFX_Splash+Text.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Water/CFX_Splash+Text.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Water/CFX_Splash+Text.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Water/CFX_Splash.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Water/CFX_Splash.prefab -------------------------------------------------------------------------------- /Assets/Cartoon FX/CFX Prefabs/Water/CFX_Splash.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/CFX Prefabs/Water/CFX_Splash.prefab.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile).meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile).meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Animated.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Animated.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Decals.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Decals.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Decals/CFXM_BurntGround.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Decals/CFXM_BurntGround.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Electric.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Electric.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Electric/CFXM_YellowStar.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Electric/CFXM_YellowStar.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Fire.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Fire.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Fire/CFXM_Flame1BW_Add.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Fire/CFXM_Flame1BW_Add.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Fire/CFXM_Flame1_Add.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Fire/CFXM_Flame1_Add.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Fire/CFXM_Flame2BW_Add.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Fire/CFXM_Flame2BW_Add.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Fire/CFXM_Flame2_Add.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Fire/CFXM_Flame2_Add.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Fire/CFXM_Flame3BW_Add.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Fire/CFXM_Flame3BW_Add.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Fire/CFXM_Flame3_Add.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Fire/CFXM_Flame3_Add.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Misc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Misc.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Misc/CFXM_Bubble.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Misc/CFXM_Bubble.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Misc/CFXM_Bubble.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Misc/CFXM_Bubble.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Misc/CFXM_GasLeak.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Misc/CFXM_GasLeak.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Misc/CFXM_GasLeak.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Misc/CFXM_GasLeak.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Misc/CFXM_Skull.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Misc/CFXM_Skull.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Misc/CFXM_Skull.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Misc/CFXM_Skull.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Misc/CFXM_Smoke_4frms.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Misc/CFXM_Smoke_4frms.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Misc/CFXM_Star Add.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Misc/CFXM_Star Add.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Misc/CFXM_Star Add.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Misc/CFXM_Star Add.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Misc/CFXM_Tornado.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Misc/CFXM_Tornado.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Misc/CFXM_Tornado.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Misc/CFXM_Tornado.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Misc/CFXM_WhiteCircle.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Misc/CFXM_WhiteCircle.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Stretched.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Stretched.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Stretched/CFXM_Ray.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Stretched/CFXM_Ray.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Stretched/CFXM_Ray.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Stretched/CFXM_Ray.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Texts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Texts.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Texts/CFXM_Text_Boom.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Texts/CFXM_Text_Boom.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Texts/CFXM_Text_Poof.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Texts/CFXM_Text_Poof.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Texts/CFXM_Text_Slash.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Texts/CFXM_Text_Slash.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Texts/CFXM_Text_Splash.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Texts/CFXM_Text_Splash.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Texts/CFXM_Text_Wooosh.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Texts/CFXM_Text_Wooosh.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Texts/CFXM_Text_Zap.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Texts/CFXM_Text_Zap.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Texts/CFXM_Text_Zap.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Texts/CFXM_Text_Zap.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Water.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Water.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Water/CFXM_Foam_AddSoft.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Water/CFXM_Foam_AddSoft.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Water/CFXM_Fountain.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Water/CFXM_Fountain.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials (Mobile)/Water/CFXM_Fountain.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials (Mobile)/Water/CFXM_Fountain.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Animated.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Animated.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Animated/CFX_Anim_Bubble_Add.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Animated/CFX_Anim_Bubble_Add.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Animated/CFX_Anim_Bubble_Add.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Animated/CFX_Anim_Bubble_Add.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Animated/CFX_Anim_Electricity_Add.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Animated/CFX_Anim_Electricity_Add.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Animated/CFX_Anim_Poof_Add.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Animated/CFX_Anim_Poof_Add.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Animated/CFX_Anim_Poof_Add.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Animated/CFX_Anim_Poof_Add.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Animated/CFX_Anim_Poof_AddSoft.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Animated/CFX_Anim_Poof_AddSoft.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Animated/CFX_Anim_Slash_Add.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Animated/CFX_Anim_Slash_Add.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Animated/CFX_Anim_Slash_Add.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Animated/CFX_Anim_Slash_Add.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Animated/CFX_Anim_SoleSmoke_Add.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Animated/CFX_Anim_SoleSmoke_Add.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Animated/CFX_Anim_Triangle2_Add.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Animated/CFX_Anim_Triangle2_Add.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Animated/CFX_Anim_Triangle3_Add.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Animated/CFX_Anim_Triangle3_Add.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Animated/CFX_Anim_Triangle3_Mult.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Animated/CFX_Anim_Triangle3_Mult.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Decals.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Decals.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Decals/CFX_BurntGround.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Decals/CFX_BurntGround.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Decals/CFX_BurntGround.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Decals/CFX_BurntGround.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Electric.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Electric.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Electric/CFX_ElectricBolt_Add.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Electric/CFX_ElectricBolt_Add.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Electric/CFX_Sparkles_Add.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Electric/CFX_Sparkles_Add.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Electric/CFX_Sparkles_Add.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Electric/CFX_Sparkles_Add.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Electric/CFX_Thunderbolt.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Electric/CFX_Thunderbolt.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Electric/CFX_Thunderbolt.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Electric/CFX_Thunderbolt.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Electric/CFX_YellowStar.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Electric/CFX_YellowStar.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Electric/CFX_YellowStar.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Electric/CFX_YellowStar.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Fire.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Fire.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Fire/CFX_Flame1BW_Add.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Fire/CFX_Flame1BW_Add.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Fire/CFX_Flame1BW_Add.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Fire/CFX_Flame1BW_Add.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Fire/CFX_Flame1BW_AlphaBlended.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Fire/CFX_Flame1BW_AlphaBlended.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Fire/CFX_Flame1_Add.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Fire/CFX_Flame1_Add.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Fire/CFX_Flame1_Add.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Fire/CFX_Flame1_Add.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Fire/CFX_Flame2BW_Add.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Fire/CFX_Flame2BW_Add.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Fire/CFX_Flame2BW_Add.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Fire/CFX_Flame2BW_Add.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Fire/CFX_Flame2BW_AlphaBlended.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Fire/CFX_Flame2BW_AlphaBlended.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Fire/CFX_Flame2_Add.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Fire/CFX_Flame2_Add.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Fire/CFX_Flame2_Add.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Fire/CFX_Flame2_Add.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Fire/CFX_Flame3BW_Add.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Fire/CFX_Flame3BW_Add.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Fire/CFX_Flame3BW_Add.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Fire/CFX_Flame3BW_Add.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Fire/CFX_Flame3BW_AlphaBlended.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Fire/CFX_Flame3BW_AlphaBlended.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Fire/CFX_Flame3_Add.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Fire/CFX_Flame3_Add.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Fire/CFX_Flame3_Add.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Fire/CFX_Flame3_Add.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Misc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Misc.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Misc/CFX_Bubble.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Misc/CFX_Bubble.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Misc/CFX_Bubble.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Misc/CFX_Bubble.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Misc/CFX_GasLeak.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Misc/CFX_GasLeak.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Misc/CFX_GasLeak.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Misc/CFX_GasLeak.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Misc/CFX_Skull.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Misc/CFX_Skull.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Misc/CFX_Skull.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Misc/CFX_Skull.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Misc/CFX_Smoke_4frms.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Misc/CFX_Smoke_4frms.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Misc/CFX_Smoke_4frms.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Misc/CFX_Smoke_4frms.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Misc/CFX_Star Add.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Misc/CFX_Star Add.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Misc/CFX_Star Add.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Misc/CFX_Star Add.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Misc/CFX_Tornado.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Misc/CFX_Tornado.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Misc/CFX_Tornado.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Misc/CFX_Tornado.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Misc/CFX_WhiteCircle.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Misc/CFX_WhiteCircle.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Misc/CFX_WhiteCircle.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Misc/CFX_WhiteCircle.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Stretched.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Stretched.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Stretched/CFX_Ray.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Stretched/CFX_Ray.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Stretched/CFX_Ray.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Stretched/CFX_Ray.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Stretched/CFX_RayRounded.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Stretched/CFX_RayRounded.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Stretched/CFX_RayRounded.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Stretched/CFX_RayRounded.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Stretched/CFX_SmallSpike_AddSoft.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Stretched/CFX_SmallSpike_AddSoft.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Stretched/CFX_SpacedLine.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Stretched/CFX_SpacedLine.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Stretched/CFX_SpacedLine.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Stretched/CFX_SpacedLine.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Texts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Texts.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Texts/CFX_Text_Boom 1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Texts/CFX_Text_Boom 1.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Texts/CFX_Text_Boom 1.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Texts/CFX_Text_Boom 1.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Texts/CFX_Text_Boom.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Texts/CFX_Text_Boom.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Texts/CFX_Text_Boom.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Texts/CFX_Text_Boom.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Texts/CFX_Text_Hit_Random.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Texts/CFX_Text_Hit_Random.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Texts/CFX_Text_Hit_Random.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Texts/CFX_Text_Hit_Random.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Texts/CFX_Text_Poof.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Texts/CFX_Text_Poof.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Texts/CFX_Text_Poof.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Texts/CFX_Text_Poof.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Texts/CFX_Text_Slash.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Texts/CFX_Text_Slash.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Texts/CFX_Text_Slash.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Texts/CFX_Text_Slash.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Texts/CFX_Text_Splash.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Texts/CFX_Text_Splash.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Texts/CFX_Text_Splash.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Texts/CFX_Text_Splash.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Texts/CFX_Text_Wooosh.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Texts/CFX_Text_Wooosh.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Texts/CFX_Text_Wooosh.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Texts/CFX_Text_Wooosh.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Texts/CFX_Text_Zap.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Texts/CFX_Text_Zap.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Texts/CFX_Text_Zap.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Texts/CFX_Text_Zap.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Water.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Water.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Water/CFX_Anim_Splash_4frms.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Water/CFX_Anim_Splash_4frms.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Water/CFX_Anim_Splash_4frms.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Water/CFX_Anim_Splash_4frms.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Water/CFX_Foam_AddSoft.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Water/CFX_Foam_AddSoft.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Water/CFX_Foam_AddSoft.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Water/CFX_Foam_AddSoft.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Water/CFX_Fountain.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Water/CFX_Fountain.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Water/CFX_Fountain.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Water/CFX_Fountain.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Water/CFX_Ripple_AddSoft.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Water/CFX_Ripple_AddSoft.mat -------------------------------------------------------------------------------- /Assets/Cartoon FX/Materials/Water/CFX_Ripple_AddSoft.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Materials/Water/CFX_Ripple_AddSoft.mat.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Mesh.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Mesh.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Mesh/CFX_Mesh_CharacterAura.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Mesh/CFX_Mesh_CharacterAura.fbx -------------------------------------------------------------------------------- /Assets/Cartoon FX/Mesh/CFX_Mesh_CharacterAura.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Mesh/CFX_Mesh_CharacterAura.fbx.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Mesh/CFX_Mesh_Circular.FBX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Mesh/CFX_Mesh_Circular.FBX -------------------------------------------------------------------------------- /Assets/Cartoon FX/Mesh/CFX_Mesh_Circular.FBX.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Mesh/CFX_Mesh_Circular.FBX.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Mesh/CFX_Mesh_Circular1.5.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Mesh/CFX_Mesh_Circular1.5.asset -------------------------------------------------------------------------------- /Assets/Cartoon FX/Mesh/CFX_Mesh_Circular1.5.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Mesh/CFX_Mesh_Circular1.5.asset.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Mesh/CFX_Mesh_CircularBig.FBX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Mesh/CFX_Mesh_CircularBig.FBX -------------------------------------------------------------------------------- /Assets/Cartoon FX/Mesh/CFX_Mesh_CircularBig.FBX.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Mesh/CFX_Mesh_CircularBig.FBX.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Shaders (Mobile).meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Shaders (Mobile).meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile).meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile).meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_ElectricSparkle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_ElectricSparkle.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_ElectricSparkle.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_ElectricSparkle.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_Fountain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_Fountain.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_Fountain.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_Fountain.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Anim4_Bubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Anim4_Bubble.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Anim4_Bubble.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Anim4_Bubble.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Anim4_RoundedLines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Anim4_RoundedLines.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Anim4_SmokePuff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Anim4_SmokePuff.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Anim4_Triangle1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Anim4_Triangle1.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Anim4_Triangle3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Anim4_Triangle3.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Anim7_Electricity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Anim7_Electricity.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Anim8_SoleSmoke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Anim8_SoleSmoke.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Anim8_Triangle2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Anim8_Triangle2.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Anim8_TripleSlash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Anim8_TripleSlash.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Bolt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Bolt.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Bolt.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Bolt.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Bubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Bubble.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Bubble.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Bubble.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Decal_BurntGround.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Decal_BurntGround.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Flame1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Flame1.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Flame1.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Flame1.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Flame1_BW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Flame1_BW.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Flame1_BW.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Flame1_BW.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Flame1_BW_AB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Flame1_BW_AB.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Flame1_BW_AB.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Flame1_BW_AB.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Flame2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Flame2.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Flame2.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Flame2.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Flame2_BW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Flame2_BW.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Flame2_BW.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Flame2_BW.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Flame2_BW_AB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Flame2_BW_AB.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Flame2_BW_AB.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Flame2_BW_AB.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Flame3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Flame3.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Flame3.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Flame3.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Flame3_BW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Flame3_BW.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Flame3_BW.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Flame3_BW.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Flame3_BW_AB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Flame3_BW_AB.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Flame3_BW_AB.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Flame3_BW_AB.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Foam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Foam.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Foam.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Foam.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_GasLeak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_GasLeak.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_GasLeak.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_GasLeak.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Ray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Ray.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Ray.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Ray.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_RayRounded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_RayRounded.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_RayRounded.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_RayRounded.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Ripple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Ripple.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Ripple.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Ripple.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Skull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Skull.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Skull.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Skull.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Smoke_4Frames.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Smoke_4Frames.tga -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Smoke_4Frames.tga.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Smoke_4Frames.tga.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_SpacedLine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_SpacedLine.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_SpacedLine.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_SpacedLine.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_SpacedSpike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_SpacedSpike.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_SpacedSpike.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_SpacedSpike.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Splash_4Frames.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Splash_4Frames.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Star.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Star.tga -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Star.tga.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Star.tga.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Text_Boom.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Text_Boom.tga -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Text_Boom.tga.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Text_Boom.tga.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Text_HitRandom.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Text_HitRandom.tga -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Text_Poof.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Text_Poof.tga -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Text_Poof.tga.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Text_Poof.tga.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Text_Slash.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Text_Slash.tga -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Text_Slash.tga.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Text_Slash.tga.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Text_Splash.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Text_Splash.tga -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Text_Splash.tga.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Text_Splash.tga.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Text_Woooshh.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Text_Woooshh.tga -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Text_Woooshh.tga.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Text_Woooshh.tga.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Text_Zap.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Text_Zap.tga -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Text_Zap.tga.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Text_Zap.tga.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Thunderbolt.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Thunderbolt.tga -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Thunderbolt.tga.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Thunderbolt.tga.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Tornado.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Tornado.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Tornado.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_Tornado.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures (Mobile)/CFXM_T_WhiteCircleSmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures (Mobile)/CFXM_T_WhiteCircleSmall.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_ElectricSparkle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_ElectricSparkle.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_ElectricSparkle.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_ElectricSparkle.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_Fountain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_Fountain.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_Fountain.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_Fountain.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Anim4_Bubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Anim4_Bubble.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Anim4_Bubble.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Anim4_Bubble.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Anim4_RoundedLines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Anim4_RoundedLines.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Anim4_RoundedLines.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Anim4_RoundedLines.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Anim4_SmokePuff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Anim4_SmokePuff.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Anim4_SmokePuff.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Anim4_SmokePuff.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Anim4_Triangle1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Anim4_Triangle1.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Anim4_Triangle1.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Anim4_Triangle1.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Anim4_Triangle3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Anim4_Triangle3.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Anim4_Triangle3.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Anim4_Triangle3.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Anim7_Electricity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Anim7_Electricity.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Anim7_Electricity.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Anim7_Electricity.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Anim8_SoleSmoke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Anim8_SoleSmoke.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Anim8_SoleSmoke.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Anim8_SoleSmoke.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Anim8_Triangle2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Anim8_Triangle2.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Anim8_Triangle2.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Anim8_Triangle2.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Anim8_TripleSlash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Anim8_TripleSlash.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Anim8_TripleSlash.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Anim8_TripleSlash.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Bolt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Bolt.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Bolt.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Bolt.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Bubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Bubble.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Bubble.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Bubble.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Decal_BurntGround.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Decal_BurntGround.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Decal_BurntGround.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Decal_BurntGround.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Flame1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Flame1.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Flame1.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Flame1.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Flame1_BW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Flame1_BW.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Flame1_BW.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Flame1_BW.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Flame1_BW_AB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Flame1_BW_AB.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Flame1_BW_AB.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Flame1_BW_AB.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Flame2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Flame2.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Flame2.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Flame2.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Flame2_BW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Flame2_BW.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Flame2_BW.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Flame2_BW.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Flame2_BW_AB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Flame2_BW_AB.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Flame2_BW_AB.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Flame2_BW_AB.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Flame3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Flame3.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Flame3.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Flame3.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Flame3_BW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Flame3_BW.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Flame3_BW.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Flame3_BW.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Flame3_BW_AB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Flame3_BW_AB.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Flame3_BW_AB.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Flame3_BW_AB.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Foam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Foam.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Foam.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Foam.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_GasLeak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_GasLeak.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_GasLeak.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_GasLeak.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Ray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Ray.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Ray.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Ray.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_RayRounded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_RayRounded.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_RayRounded.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_RayRounded.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Ripple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Ripple.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Ripple.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Ripple.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Skull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Skull.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Skull.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Skull.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Smoke_4Frames.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Smoke_4Frames.tga -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Smoke_4Frames.tga.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Smoke_4Frames.tga.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_SpacedLine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_SpacedLine.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_SpacedLine.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_SpacedLine.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_SpacedSpike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_SpacedSpike.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_SpacedSpike.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_SpacedSpike.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Splash_4Frames.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Splash_4Frames.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Splash_4Frames.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Splash_4Frames.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Star Add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Star Add.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Star Add.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Star Add.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Star.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Star.tga -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Star.tga.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Star.tga.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Text_Boom.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Text_Boom.tga -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Text_Boom.tga.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Text_Boom.tga.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Text_HitRandom.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Text_HitRandom.tga -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Text_HitRandom.tga.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Text_HitRandom.tga.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Text_Poof.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Text_Poof.tga -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Text_Poof.tga.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Text_Poof.tga.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Text_Slash.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Text_Slash.tga -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Text_Slash.tga.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Text_Slash.tga.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Text_Splash.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Text_Splash.tga -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Text_Splash.tga.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Text_Splash.tga.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Text_Woooshh.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Text_Woooshh.tga -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Text_Woooshh.tga.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Text_Woooshh.tga.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Text_Zap.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Text_Zap.tga -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Text_Zap.tga.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Text_Zap.tga.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Thunderbolt.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Thunderbolt.tga -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Thunderbolt.tga.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Thunderbolt.tga.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Tornado.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Tornado.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_Tornado.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_Tornado.png.meta -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_WhiteCircleSmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_WhiteCircleSmall.png -------------------------------------------------------------------------------- /Assets/Cartoon FX/Textures/CFX_T_WhiteCircleSmall.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Cartoon FX/Textures/CFX_T_WhiteCircleSmall.png.meta -------------------------------------------------------------------------------- /Assets/ClickMove.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/ClickMove.prefab -------------------------------------------------------------------------------- /Assets/ClickMove.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/ClickMove.prefab.meta -------------------------------------------------------------------------------- /Assets/Commoand.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Commoand.cs -------------------------------------------------------------------------------- /Assets/Commoand.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Commoand.cs.meta -------------------------------------------------------------------------------- /Assets/DreamerTool.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/AudioClips.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/AudioClips.cs -------------------------------------------------------------------------------- /Assets/DreamerTool/AudioClips.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/AudioClips.cs.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/AudioManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/AudioManager.cs -------------------------------------------------------------------------------- /Assets/DreamerTool/AudioManager.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/AudioManager.cs.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/AutoMoveObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/AutoMoveObject.cs -------------------------------------------------------------------------------- /Assets/DreamerTool/AutoMoveObject.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/AutoMoveObject.cs.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/AutoRotateObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/AutoRotateObject.cs -------------------------------------------------------------------------------- /Assets/DreamerTool/AutoRotateObject.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/AutoRotateObject.cs.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/BaseConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/BaseConfig.cs -------------------------------------------------------------------------------- /Assets/DreamerTool/BaseConfig.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/BaseConfig.cs.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/BoxView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/BoxView.cs -------------------------------------------------------------------------------- /Assets/DreamerTool/BoxView.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/BoxView.cs.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/ButtonGroup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/ButtonGroup.cs -------------------------------------------------------------------------------- /Assets/DreamerTool/ButtonGroup.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/ButtonGroup.cs.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/ClearTrigger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/ClearTrigger.cs -------------------------------------------------------------------------------- /Assets/DreamerTool/ClearTrigger.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/ClearTrigger.cs.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/ConfigLoader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/ConfigLoader.cs -------------------------------------------------------------------------------- /Assets/DreamerTool/ConfigLoader.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/ConfigLoader.cs.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/CoolButton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/CoolButton.cs -------------------------------------------------------------------------------- /Assets/DreamerTool/CoolButton.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/CoolButton.cs.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTween.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTween.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTween/DOTween.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTween/DOTween.XML -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTween/DOTween.XML.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTween/DOTween.XML.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTween/DOTween.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTween/DOTween.dll -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTween/DOTween.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTween/DOTween.dll.mdb -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTween/DOTween.dll.mdb.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTween/DOTween.dll.mdb.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTween/DOTween.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTween/DOTween.dll.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTween/DOTween43.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTween/DOTween43.dll -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTween/DOTween43.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTween/DOTween43.dll.mdb -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTween/DOTween43.dll.mdb.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTween/DOTween43.dll.mdb.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTween/DOTween43.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTween/DOTween43.dll.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTween/DOTween43.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTween/DOTween43.xml -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTween/DOTween43.xml.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTween/DOTween43.xml.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTween/DOTween46.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTween/DOTween46.dll -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTween/DOTween46.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTween/DOTween46.dll.mdb -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTween/DOTween46.dll.mdb.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTween/DOTween46.dll.mdb.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTween/DOTween46.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTween/DOTween46.dll.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTween/DOTween46.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTween/DOTween46.xml -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTween/DOTween46.xml.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTween/DOTween46.xml.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTween/DOTween50.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTween/DOTween50.dll -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTween/DOTween50.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTween/DOTween50.dll.mdb -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTween/DOTween50.dll.mdb.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTween/DOTween50.dll.mdb.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTween/DOTween50.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTween/DOTween50.dll.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTween/DOTween50.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTween/DOTween50.xml -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTween/DOTween50.xml.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTween/DOTween50.xml.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTween/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTween/Editor.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTween/Editor/DOTweenEditor.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTween/Editor/DOTweenEditor.XML -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTween/Editor/DOTweenEditor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTween/Editor/DOTweenEditor.dll -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTween/Editor/DOTweenEditor.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTween/Editor/DOTweenEditor.dll.mdb -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTween/Editor/Imgs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTween/Editor/Imgs.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTween/Editor/Imgs/DOTweenIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTween/Editor/Imgs/DOTweenIcon.png -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTween/Editor/Imgs/Footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTween/Editor/Imgs/Footer.png -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTween/Editor/Imgs/Footer.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTween/Editor/Imgs/Footer.png.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTween/Editor/Imgs/Footer_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTween/Editor/Imgs/Footer_dark.png -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTween/Editor/Imgs/Header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTween/Editor/Imgs/Header.jpg -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTween/Editor/Imgs/Header.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTween/Editor/Imgs/Header.jpg.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTween/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTween/readme.txt -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTween/readme.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTween/readme.txt.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTweenPro Examples.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTweenPro Examples.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTweenPro.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTweenPro.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTweenPro/DOTweenAnimation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTweenPro/DOTweenAnimation.cs -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTweenPro/DOTweenAnimation.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTweenPro/DOTweenAnimation.cs.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTweenPro/DOTweenPro.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTweenPro/DOTweenPro.XML -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTweenPro/DOTweenPro.XML.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTweenPro/DOTweenPro.XML.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTweenPro/DOTweenPro.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTweenPro/DOTweenPro.dll -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTweenPro/DOTweenPro.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTweenPro/DOTweenPro.dll.mdb -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTweenPro/DOTweenPro.dll.mdb.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTweenPro/DOTweenPro.dll.mdb.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTweenPro/DOTweenPro.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTweenPro/DOTweenPro.dll.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTweenPro/DOTweenTk2d.cs.addon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTweenPro/DOTweenTk2d.cs.addon -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTweenPro/DOTweenTk2d.cs.addon.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTweenPro/DOTweenTk2d.cs.addon.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTweenPro/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTweenPro/Editor.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTweenPro/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTweenPro/readme.txt -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DOTweenPro/readme.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DOTweenPro/readme.txt.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DemiLib.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DemiLib.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DemiLib/Core.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DemiLib/Core.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DemiLib/Core/DemiLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DemiLib/Core/DemiLib.dll -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DemiLib/Core/DemiLib.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DemiLib/Core/DemiLib.dll.mdb -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DemiLib/Core/DemiLib.dll.mdb.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DemiLib/Core/DemiLib.dll.mdb.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DemiLib/Core/DemiLib.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DemiLib/Core/DemiLib.dll.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DemiLib/Core/DemiLib.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DemiLib/Core/DemiLib.xml -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DemiLib/Core/DemiLib.xml.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DemiLib/Core/DemiLib.xml.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DemiLib/Core/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DemiLib/Core/Editor.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DemiLib/Core/Editor/DemiEditor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DemiLib/Core/Editor/DemiEditor.dll -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DemiLib/Core/Editor/DemiEditor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DemiLib/Core/Editor/DemiEditor.xml -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DemiLib/Core/Editor/Imgs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DemiLib/Core/Editor/Imgs.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DemiLib/Core/Editor/Imgs/circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DemiLib/Core/Editor/Imgs/circle.png -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DemiLib/Core/Editor/Imgs/ico_cog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DemiLib/Core/Editor/Imgs/ico_cog.png -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DemiLib/Core/Editor/Imgs/ico_end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DemiLib/Core/Editor/Imgs/ico_end.png -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/DemiLib/Core/Editor/Imgs/ico_ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/DemiLib/Core/Editor/Imgs/ico_ui.png -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/readme_DOTweenPro.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/readme_DOTweenPro.txt -------------------------------------------------------------------------------- /Assets/DreamerTool/Demigiant/readme_DOTweenPro.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Demigiant/readme_DOTweenPro.txt.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/DreamerButton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/DreamerButton.cs -------------------------------------------------------------------------------- /Assets/DreamerTool/DreamerButton.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/DreamerButton.cs.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/DreamerButtonEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/DreamerButtonEditor.cs -------------------------------------------------------------------------------- /Assets/DreamerTool/DreamerButtonEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/DreamerButtonEditor.cs.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/FSM_Animation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/FSM_Animation.cs -------------------------------------------------------------------------------- /Assets/DreamerTool/FSM_Animation.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/FSM_Animation.cs.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/FollowObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/FollowObject.cs -------------------------------------------------------------------------------- /Assets/DreamerTool/FollowObject.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/FollowObject.cs.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/GameObjectPoolPrefabs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/GameObjectPoolPrefabs.cs -------------------------------------------------------------------------------- /Assets/DreamerTool/GameObjectPoolPrefabs.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/GameObjectPoolPrefabs.cs.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/GizmoPoint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/GizmoPoint.cs -------------------------------------------------------------------------------- /Assets/DreamerTool/GizmoPoint.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/GizmoPoint.cs.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/JoyStick.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/JoyStick.cs -------------------------------------------------------------------------------- /Assets/DreamerTool/JoyStick.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/JoyStick.cs.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/LitJson.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/LitJson.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/LitJson/AssemblyInfo.cs.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/LitJson/AssemblyInfo.cs.in -------------------------------------------------------------------------------- /Assets/DreamerTool/LitJson/AssemblyInfo.cs.in.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/LitJson/AssemblyInfo.cs.in.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/LitJson/IJsonWrapper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/LitJson/IJsonWrapper.cs -------------------------------------------------------------------------------- /Assets/DreamerTool/LitJson/IJsonWrapper.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/LitJson/IJsonWrapper.cs.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/LitJson/JosnNonFieldAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/LitJson/JosnNonFieldAttribute.cs -------------------------------------------------------------------------------- /Assets/DreamerTool/LitJson/JosnNonFieldAttribute.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/LitJson/JosnNonFieldAttribute.cs.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/LitJson/JsonData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/LitJson/JsonData.cs -------------------------------------------------------------------------------- /Assets/DreamerTool/LitJson/JsonData.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/LitJson/JsonData.cs.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/LitJson/JsonException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/LitJson/JsonException.cs -------------------------------------------------------------------------------- /Assets/DreamerTool/LitJson/JsonException.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/LitJson/JsonException.cs.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/LitJson/JsonMapper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/LitJson/JsonMapper.cs -------------------------------------------------------------------------------- /Assets/DreamerTool/LitJson/JsonMapper.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/LitJson/JsonMapper.cs.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/LitJson/JsonMockWrapper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/LitJson/JsonMockWrapper.cs -------------------------------------------------------------------------------- /Assets/DreamerTool/LitJson/JsonMockWrapper.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/LitJson/JsonMockWrapper.cs.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/LitJson/JsonReader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/LitJson/JsonReader.cs -------------------------------------------------------------------------------- /Assets/DreamerTool/LitJson/JsonReader.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/LitJson/JsonReader.cs.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/LitJson/JsonWriter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/LitJson/JsonWriter.cs -------------------------------------------------------------------------------- /Assets/DreamerTool/LitJson/JsonWriter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/LitJson/JsonWriter.cs.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/LitJson/Lexer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/LitJson/Lexer.cs -------------------------------------------------------------------------------- /Assets/DreamerTool/LitJson/Lexer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/LitJson/Lexer.cs.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/LitJson/ParserToken.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/LitJson/ParserToken.cs -------------------------------------------------------------------------------- /Assets/DreamerTool/LitJson/ParserToken.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/LitJson/ParserToken.cs.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/MonoManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/MonoManager.cs -------------------------------------------------------------------------------- /Assets/DreamerTool/MonoManager.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/MonoManager.cs.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/ParallaxLayer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/ParallaxLayer.cs -------------------------------------------------------------------------------- /Assets/DreamerTool/ParallaxLayer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/ParallaxLayer.cs.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/PopText.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/PopText.cs -------------------------------------------------------------------------------- /Assets/DreamerTool/PopText.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/PopText.cs.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/ResManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/ResManager.cs -------------------------------------------------------------------------------- /Assets/DreamerTool/ResManager.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/ResManager.cs.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/ToggleButton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/ToggleButton.cs -------------------------------------------------------------------------------- /Assets/DreamerTool/ToggleButton.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/ToggleButton.cs.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/ToggleButtonEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/ToggleButtonEditor.cs -------------------------------------------------------------------------------- /Assets/DreamerTool/ToggleButtonEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/ToggleButtonEditor.cs.meta -------------------------------------------------------------------------------- /Assets/DreamerTool/Tool.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Tool.cs -------------------------------------------------------------------------------- /Assets/DreamerTool/Tool.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/DreamerTool/Tool.cs.meta -------------------------------------------------------------------------------- /Assets/Eye.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Eye.mp3 -------------------------------------------------------------------------------- /Assets/Eye.mp3.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Eye.mp3.meta -------------------------------------------------------------------------------- /Assets/GameScene.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/GameScene.cs -------------------------------------------------------------------------------- /Assets/GameScene.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/GameScene.cs.meta -------------------------------------------------------------------------------- /Assets/GameStatic.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/GameStatic.cs -------------------------------------------------------------------------------- /Assets/GameStatic.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/GameStatic.cs.meta -------------------------------------------------------------------------------- /Assets/HeroAnimationEvent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/HeroAnimationEvent.cs -------------------------------------------------------------------------------- /Assets/HeroAnimationEvent.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/HeroAnimationEvent.cs.meta -------------------------------------------------------------------------------- /Assets/HeroCommoand.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/HeroCommoand.cs -------------------------------------------------------------------------------- /Assets/HeroCommoand.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/HeroCommoand.cs.meta -------------------------------------------------------------------------------- /Assets/HeroUnitController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/HeroUnitController.cs -------------------------------------------------------------------------------- /Assets/HeroUnitController.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/HeroUnitController.cs.meta -------------------------------------------------------------------------------- /Assets/InputHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/InputHandler.cs -------------------------------------------------------------------------------- /Assets/InputHandler.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/InputHandler.cs.meta -------------------------------------------------------------------------------- /Assets/KunaiRotation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/KunaiRotation.cs -------------------------------------------------------------------------------- /Assets/KunaiRotation.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/KunaiRotation.cs.meta -------------------------------------------------------------------------------- /Assets/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Materials.meta -------------------------------------------------------------------------------- /Assets/Materials/未标题-1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Materials/未标题-1.mat -------------------------------------------------------------------------------- /Assets/Materials/未标题-1.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Materials/未标题-1.mat.meta -------------------------------------------------------------------------------- /Assets/MyEnum.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/MyEnum.cs -------------------------------------------------------------------------------- /Assets/MyEnum.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/MyEnum.cs.meta -------------------------------------------------------------------------------- /Assets/New Material 1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/New Material 1.mat -------------------------------------------------------------------------------- /Assets/New Material 1.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/New Material 1.mat.meta -------------------------------------------------------------------------------- /Assets/New Material.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/New Material.mat -------------------------------------------------------------------------------- /Assets/New Material.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/New Material.mat.meta -------------------------------------------------------------------------------- /Assets/Q.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Q.mp3 -------------------------------------------------------------------------------- /Assets/Q.mp3.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Q.mp3.meta -------------------------------------------------------------------------------- /Assets/Q_2.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Q_2.mp3 -------------------------------------------------------------------------------- /Assets/Q_2.mp3.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Q_2.mp3.meta -------------------------------------------------------------------------------- /Assets/Q_Hit.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Q_Hit.mp3 -------------------------------------------------------------------------------- /Assets/Q_Hit.mp3.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Q_Hit.mp3.meta -------------------------------------------------------------------------------- /Assets/RTS Effects.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/RTS Effects.meta -------------------------------------------------------------------------------- /Assets/RTS Effects/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/RTS Effects/Materials.meta -------------------------------------------------------------------------------- /Assets/RTS Effects/Materials/arrow.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/RTS Effects/Materials/arrow.mat -------------------------------------------------------------------------------- /Assets/RTS Effects/Materials/arrow.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/RTS Effects/Materials/arrow.mat.meta -------------------------------------------------------------------------------- /Assets/RTS Effects/Materials/ring.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/RTS Effects/Materials/ring.mat -------------------------------------------------------------------------------- /Assets/RTS Effects/Materials/ring.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/RTS Effects/Materials/ring.mat.meta -------------------------------------------------------------------------------- /Assets/RTS Effects/Materials/ringgreen.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/RTS Effects/Materials/ringgreen.mat -------------------------------------------------------------------------------- /Assets/RTS Effects/Materials/ringgreen.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/RTS Effects/Materials/ringgreen.mat.meta -------------------------------------------------------------------------------- /Assets/RTS Effects/Models.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/RTS Effects/Models.meta -------------------------------------------------------------------------------- /Assets/RTS Effects/Models/ClickArrow01.FBX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/RTS Effects/Models/ClickArrow01.FBX -------------------------------------------------------------------------------- /Assets/RTS Effects/Models/ClickArrow01.FBX.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/RTS Effects/Models/ClickArrow01.FBX.meta -------------------------------------------------------------------------------- /Assets/RTS Effects/Models/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/RTS Effects/Models/Materials.meta -------------------------------------------------------------------------------- /Assets/RTS Effects/Models/Materials/No Name.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/RTS Effects/Models/Materials/No Name.mat -------------------------------------------------------------------------------- /Assets/RTS Effects/Models/Materials/No Name.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/RTS Effects/Models/Materials/No Name.mat.meta -------------------------------------------------------------------------------- /Assets/RTS Effects/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/RTS Effects/Textures.meta -------------------------------------------------------------------------------- /Assets/RTS Effects/Textures/arrowgreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/RTS Effects/Textures/arrowgreen.png -------------------------------------------------------------------------------- /Assets/RTS Effects/Textures/arrowgreen.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/RTS Effects/Textures/arrowgreen.png.meta -------------------------------------------------------------------------------- /Assets/RTS Effects/Textures/ringgreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/RTS Effects/Textures/ringgreen.png -------------------------------------------------------------------------------- /Assets/RTS Effects/Textures/ringgreen.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/RTS Effects/Textures/ringgreen.png.meta -------------------------------------------------------------------------------- /Assets/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Resources.meta -------------------------------------------------------------------------------- /Assets/Resources/Fight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Resources/Fight.png -------------------------------------------------------------------------------- /Assets/Resources/Fight.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Resources/Fight.png.meta -------------------------------------------------------------------------------- /Assets/Resources/FlashEffet.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Resources/FlashEffet.prefab -------------------------------------------------------------------------------- /Assets/Resources/FlashEffet.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Resources/FlashEffet.prefab.meta -------------------------------------------------------------------------------- /Assets/Resources/FlashEffet_1.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Resources/FlashEffet_1.prefab -------------------------------------------------------------------------------- /Assets/Resources/FlashEffet_1.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Resources/FlashEffet_1.prefab.meta -------------------------------------------------------------------------------- /Assets/Resources/Idle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Resources/Idle.png -------------------------------------------------------------------------------- /Assets/Resources/Idle.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Resources/Idle.png.meta -------------------------------------------------------------------------------- /Assets/Resources/ScriptableObject.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Resources/ScriptableObject.meta -------------------------------------------------------------------------------- /Assets/Resources/ScriptableObject/AudioClips.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Resources/ScriptableObject/AudioClips.asset -------------------------------------------------------------------------------- /Assets/Resources/ScriptableObject/AudioClips.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Resources/ScriptableObject/AudioClips.asset.meta -------------------------------------------------------------------------------- /Assets/Resources/ScriptableObject/GameObjectPoolPrefabs.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Resources/ScriptableObject/GameObjectPoolPrefabs.asset -------------------------------------------------------------------------------- /Assets/R音效.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/R音效.mp3 -------------------------------------------------------------------------------- /Assets/R音效.mp3.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/R音效.mp3.meta -------------------------------------------------------------------------------- /Assets/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Scenes.meta -------------------------------------------------------------------------------- /Assets/Scenes/SampleScene.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Scenes/SampleScene.meta -------------------------------------------------------------------------------- /Assets/Scenes/SampleScene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Scenes/SampleScene.unity -------------------------------------------------------------------------------- /Assets/Scenes/SampleScene.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Scenes/SampleScene.unity.meta -------------------------------------------------------------------------------- /Assets/Scenes/SampleScene/LightingData.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Scenes/SampleScene/LightingData.asset -------------------------------------------------------------------------------- /Assets/Scenes/SampleScene/LightingData.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Scenes/SampleScene/LightingData.asset.meta -------------------------------------------------------------------------------- /Assets/Scenes/SampleScene/ReflectionProbe-0.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Scenes/SampleScene/ReflectionProbe-0.exr -------------------------------------------------------------------------------- /Assets/Scenes/SampleScene/ReflectionProbe-0.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Scenes/SampleScene/ReflectionProbe-0.exr.meta -------------------------------------------------------------------------------- /Assets/SkillMissile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/SkillMissile.cs -------------------------------------------------------------------------------- /Assets/SkillMissile.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/SkillMissile.cs.meta -------------------------------------------------------------------------------- /Assets/Skill_Q_Hit.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Skill_Q_Hit.prefab -------------------------------------------------------------------------------- /Assets/Skill_Q_Hit.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Skill_Q_Hit.prefab.meta -------------------------------------------------------------------------------- /Assets/Skill_Q_Missile.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Skill_Q_Missile.prefab -------------------------------------------------------------------------------- /Assets/Skill_Q_Missile.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Skill_Q_Missile.prefab.meta -------------------------------------------------------------------------------- /Assets/Sphere.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Sphere.prefab -------------------------------------------------------------------------------- /Assets/Sphere.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Sphere.prefab.meta -------------------------------------------------------------------------------- /Assets/Timer.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Timer.meta -------------------------------------------------------------------------------- /Assets/Timer/Example.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Timer/Example.meta -------------------------------------------------------------------------------- /Assets/Timer/Example/TestTimerBehaviour.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Timer/Example/TestTimerBehaviour.cs -------------------------------------------------------------------------------- /Assets/Timer/Example/TestTimerBehaviour.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Timer/Example/TestTimerBehaviour.cs.meta -------------------------------------------------------------------------------- /Assets/Timer/Example/TimerExampleScene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Timer/Example/TimerExampleScene.unity -------------------------------------------------------------------------------- /Assets/Timer/Example/TimerExampleScene.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Timer/Example/TimerExampleScene.unity.meta -------------------------------------------------------------------------------- /Assets/Timer/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Timer/LICENSE -------------------------------------------------------------------------------- /Assets/Timer/LICENSE.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Timer/LICENSE.meta -------------------------------------------------------------------------------- /Assets/Timer/Source.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Timer/Source.meta -------------------------------------------------------------------------------- /Assets/Timer/Source/Timer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Timer/Source/Timer.cs -------------------------------------------------------------------------------- /Assets/Timer/Source/Timer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Timer/Source/Timer.cs.meta -------------------------------------------------------------------------------- /Assets/Timer/Source/TimerExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Timer/Source/TimerExtensions.cs -------------------------------------------------------------------------------- /Assets/Timer/Source/TimerExtensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Timer/Source/TimerExtensions.cs.meta -------------------------------------------------------------------------------- /Assets/Unit.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Unit.cs -------------------------------------------------------------------------------- /Assets/Unit.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/Unit.cs.meta -------------------------------------------------------------------------------- /Assets/W.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/W.mp3 -------------------------------------------------------------------------------- /Assets/W.mp3.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/W.mp3.meta -------------------------------------------------------------------------------- /Assets/mangseng.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng.meta -------------------------------------------------------------------------------- /Assets/mangseng/1.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng/1.fbx -------------------------------------------------------------------------------- /Assets/mangseng/1.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng/1.fbx.meta -------------------------------------------------------------------------------- /Assets/mangseng/11.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng/11.fbx -------------------------------------------------------------------------------- /Assets/mangseng/11.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng/11.fbx.meta -------------------------------------------------------------------------------- /Assets/mangseng/2.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng/2.fbx -------------------------------------------------------------------------------- /Assets/mangseng/2.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng/2.fbx.meta -------------------------------------------------------------------------------- /Assets/mangseng/22.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng/22.fbx -------------------------------------------------------------------------------- /Assets/mangseng/22.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng/22.fbx.meta -------------------------------------------------------------------------------- /Assets/mangseng/3.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng/3.fbx -------------------------------------------------------------------------------- /Assets/mangseng/3.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng/3.fbx.meta -------------------------------------------------------------------------------- /Assets/mangseng/4.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng/4.fbx -------------------------------------------------------------------------------- /Assets/mangseng/4.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng/4.fbx.meta -------------------------------------------------------------------------------- /Assets/mangseng/A.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng/A.fbx -------------------------------------------------------------------------------- /Assets/mangseng/A.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng/A.fbx.meta -------------------------------------------------------------------------------- /Assets/mangseng/A1.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng/A1.fbx -------------------------------------------------------------------------------- /Assets/mangseng/A1.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng/A1.fbx.meta -------------------------------------------------------------------------------- /Assets/mangseng/A2.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng/A2.fbx -------------------------------------------------------------------------------- /Assets/mangseng/A2.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng/A2.fbx.meta -------------------------------------------------------------------------------- /Assets/mangseng/A3.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng/A3.fbx -------------------------------------------------------------------------------- /Assets/mangseng/A3.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng/A3.fbx.meta -------------------------------------------------------------------------------- /Assets/mangseng/LeeSinLoadScreen_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng/LeeSinLoadScreen_4.jpg -------------------------------------------------------------------------------- /Assets/mangseng/LeeSinLoadScreen_4.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng/LeeSinLoadScreen_4.jpg.meta -------------------------------------------------------------------------------- /Assets/mangseng/New Material.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng/New Material.mat -------------------------------------------------------------------------------- /Assets/mangseng/New Material.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng/New Material.mat.meta -------------------------------------------------------------------------------- /Assets/mangseng/aln2y-m0t4q.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng/aln2y-m0t4q.jpg -------------------------------------------------------------------------------- /Assets/mangseng/aln2y-m0t4q.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng/aln2y-m0t4q.jpg.meta -------------------------------------------------------------------------------- /Assets/mangseng/daiji.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng/daiji.fbx -------------------------------------------------------------------------------- /Assets/mangseng/daiji.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng/daiji.fbx.meta -------------------------------------------------------------------------------- /Assets/mangseng/dance.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng/dance.fbx -------------------------------------------------------------------------------- /Assets/mangseng/dance.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng/dance.fbx.meta -------------------------------------------------------------------------------- /Assets/mangseng/joke.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng/joke.fbx -------------------------------------------------------------------------------- /Assets/mangseng/joke.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng/joke.fbx.meta -------------------------------------------------------------------------------- /Assets/mangseng/run.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng/run.fbx -------------------------------------------------------------------------------- /Assets/mangseng/run.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng/run.fbx.meta -------------------------------------------------------------------------------- /Assets/mangseng/si.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng/si.fbx -------------------------------------------------------------------------------- /Assets/mangseng/si.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng/si.fbx.meta -------------------------------------------------------------------------------- /Assets/mangseng/taunt.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng/taunt.fbx -------------------------------------------------------------------------------- /Assets/mangseng/taunt.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/mangseng/taunt.fbx.meta -------------------------------------------------------------------------------- /Assets/闪现音效.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/闪现音效.mp3 -------------------------------------------------------------------------------- /Assets/闪现音效.mp3.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Assets/闪现音效.mp3.meta -------------------------------------------------------------------------------- /Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/Packages/manifest.json -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/ProjectSettings/ProjectVersion.txt -------------------------------------------------------------------------------- /ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/ProjectSettings/VFXManager.asset -------------------------------------------------------------------------------- /ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifuc1199/LOLMangSeng/HEAD/ProjectSettings/XRSettings.asset --------------------------------------------------------------------------------