User talk:Dudhhr
Happy Holidays
Abishe (talk) 22:51, 24 December 2024 (UTC) Women in Red January 2025
--Lajmmoore (talk 17:48, 28 December 2024 (UTC) via MassMessaging DYK for Marie-Thérèse EyquemOn 2 January 2025, Did you know was updated with a fact from the article Marie-Thérèse Eyquem, which you recently created, substantially expanded, or brought to good article status. The fact was ... that Marie-Thérèse Eyquem served in the government of Vichy France, and was later appointed a national secretary of the French Socialist Party? The nomination discussion and review may be seen at Template:Did you know nominations/Marie-Thérèse Eyquem. You are welcome to check how many pageviews the nominated article or articles got while on the front page (here's how, Marie-Thérèse Eyquem), and the hook may be added to the statistics page after its run on the Main Page has completed. Finally, if you know of an interesting fact from another recently created article, then please feel free to suggest it on the Did you know talk page. ~~ AirshipJungleman29 (talk) 00:02, 2 January 2025 (UTC) Administrators' newsletter – January 2025News and updates for administrators from the past month (December 2024).
Question from Gogleeee on Umbra (3D technology company) (04:11, 15 January 2025)using UnityEngine; public class CurrencyManager : MonoBehaviour { public int coins = 0; public int diamonds = 0; public void AddCoins(int amount) { coins += amount; Debug.Log("Coins: " + coins); } public void AddDiamonds(int amount) { diamonds += amount; Debug.Log("Diamonds: " + diamonds); } public bool SpendCoins(int amount) { if (coins >= amount) { coins -= amount; Debug.Log("Coins spent: " + amount); return true; } else { Debug.Log("Not enough coins!"); return false; } } public bool SpendDiamonds(int amount) { if (diamonds >= amount) { diamonds -= amount; Debug.Log("Diamonds spent: " + amount); return true; } else { Debug.Log("Not enough diamonds!"); return false; } } } --Gogleeee (talk) 04:11, 15 January 2025 (UTC)
Reliable SourcesHi there. I'm new at Wikipedia and I'm a person who enjoy writing. I want to know where can I find reliable sources. Where to look? Elfwego (talk) 08:45, 15 January 2025 (UTC)
|