Basic Syntax
These are the elements outlined in John Gruber’s original design document. All Markdown applications support these elements.
These are the elements outlined in John Gruber’s original design document. All Markdown applications support these elements.
/// <summary> | |
/// flash the product renderer to help player pick up this object asap. | |
/// </summary> | |
private bool isFlashing = false; | |
IEnumerator flash() { | |
if(isFlashing) | |
yield break; | |
isFlashing = true; |
show dbs