Created
May 6, 2017 03:52
-
-
Save unity3dcollege/21a0de83c0cf8df5d4a06db22c75ba1f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private void Awake() | |
{ | |
InitializeDecals(); | |
Shootable.OnAnyTookShot += (shootable, hit) => SpawnDecal(hit); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment